Skip to content

8.0

Choose a tag to compare

@ivan-tkatchev ivan-tkatchev released this 31 Dec 13:30
· 35 commits to master since this release
  • Added the implicit function call syntax using $. $a is 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, @)].