Hassium Version 3.1.1
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.