Improved nulls
This release improves working with nulls. Changes:
bool
function now behaves as "is truthy" instead of parsing string to bool- added
is_null
function, which makes it possible to differentiate betweenfalse
andnull
values - added keyword
null
which constructs a null value