8.0
- Added the implicit function call syntax using
$.$ais equivalent to$(@, a); the function$must be first defined. - Added a two-argument version of
if. - Added syntactic sugar for filtering sequences;
[/ a]is equivalent to[try if(a, @)].
$. $a is equivalent to $(@, a); the function $ must be first defined.if.[/ a] is equivalent to [try if(a, @)].