Skip to content

Homescript v2.2.0

Compare
Choose a tag to compare
@MikMuellerDev MikMuellerDev released this 22 Jan 14:07
· 41 commits to v2 since this release

Changelog

  • Added the STORAGE object
    • STORAGE.get(string) retrieves a saved value
    • STORAGE.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