Homescript v2.2.0
Changelog
- Added the
STORAGE
objectSTORAGE.get(string)
retrieves a saved valueSTORAGE.set(string, any)
saves a new value (automatically converts the second argument to string)
- Added to
fmt
function which works identical to the GO implementation - Comparison between a value and
null
is now allowed and works like expected - Fixed minor bugs in the analyzer & interpreter