Skip to content

Improved nulls

Compare
Choose a tag to compare
@viddrobnic viddrobnic released this 17 Jun 17:29
· 32 commits to master since this release
2e67b44

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 between false and null values
  • added keyword null which constructs a null value