mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
Added "case-of" control structure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user