Skip to content

Hassium Version 3.1.2

Compare
Choose a tag to compare
@JacobMisirian JacobMisirian released this 26 Aug 05:50
· 162 commits to master since this release

New:
Added thread statement. Syntax thread { #body }. Read wiki for information.
Added null-coalescing ?? operator.
Added set property to FileReader.position.
Added exception handling for attempts to set readonly properties.

Fixed:
Fixed builtin property setting bug.