Skip to content

v1.0.2

Latest

Choose a tag to compare

@SingularityT3 SingularityT3 released this 08 Nov 15:03

Changelog:

  • ROUND() and RANDOM() functions have been added
  • LCASE() and UCASE() now accept strings
  • Fixed a crash which occurred when using READFILE or WRITEFILE on a file opened as RANDOM
  • Fixed a bug where performing subtraction on enums would not yield the correct result
  • Improved error messages for missing quotes and string concatenation