Skip to content

Hassium Version 3.1.1

Compare
Choose a tag to compare
@JacobMisirian JacobMisirian released this 25 Aug 07:52
· 166 commits to master since this release

New:
Added initial attribute setting for function returns. Sytnax c = new MyClass () { attrib = val, attrib2 = val2 };
Added enforced variable typing. Syntax <type> <name> = <value>
Added getBit and setBit functions to char and int.
Added global printf function.
Added iter to dictionary.
Added ^ xor operator.

Fixed:
Fixed how labels are imported, makes things faster.
Issues with string.format.