Skip to content

Version b2.0.86

Pre-release
Pre-release
Compare
Choose a tag to compare
@Maiori44 Maiori44 released this 06 Mar 19:11
· 999 commits to main since this release
7df03b8
  • Improved parser
  • Pseudo variables now don't crash with invalid numbers (like 1.3 or 0xFF)
  • PGet is now deprecated
  • Added ?. and ?:: for conditional indexing
  • Multiple files are now compiled in a single file
  • Added custom require function and cacher for loading other Clue files
  • this is no longer a keyword (no need for it to be)
  • Added static variables
  • Added static keyword for "static" variables