Added "case-of" control structure

This commit is contained in:
Twan van Laarhoven
2020-05-09 18:38:25 +02:00
parent 0a0dd72e36
commit 420c329bc4
5 changed files with 98 additions and 24 deletions
+1
View File
@@ -22,6 +22,7 @@ Scripting:
* nil != "", so missing values are no longer equal to the empty string
* The `=` operator is now deprecated, use `==` for comparisons, `:=` for assignment.
* if statements without an else will now produce a warning if their result is used.
* Added case-of control structure, for comparing a value against multiple alternatives
Internal:
* Switch build system to to CMake