New functions, varargs
This release features a few improvements.
- Added
quote
andsquote
functions for quoting strings. - Added
b32enc
andb32dec
for Base32 encoding and decoding. add
now takes varargs:{{ add 1 2 3 }}
biggest
now takes varargs:{{ biggest 5 6 4 }}
- README is updated
Our tests indicate that making functions variadic seems to be backward compatible, but we're only doing a few this release in case there are some use cases we hadn't thought of.