Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@pmqueiroz pmqueiroz released this 11 Nov 02:00

New Features

  • Char type: Added a dedicated type for characters.
  • Type conversion: str, num and char can be used as expressions to convert types, e.g. char(97)
  • Strings lib: Added toUpper and toLower functions
  • Typeof: Added typeof operator