9.0
- Added string interpolation with
`${...}`
syntax. - Defined the
$
function to beindex.@
by default. (For easier indexing of arrays and tuples.) - Added the
unflatten
function. - Expanded debug output when the
-vv
command-line option is used. - Added another variant for the
glue
function. - Fixed parsing precedence for
$
.