Skip to content

Conditional Improvements

Michael Aaron Murphy requested to merge not into master
  • Adds ! as an alias for the not builtin
    • if ! ... will now work
  • Fixes builtin usage within if statement conditionss
    • if not ... will now work
  • Closes #792 (closed)
  • Closes #793 (closed)

Merge request reports