Skip to content

Version 2.3.1

Compare
Choose a tag to compare
@Maiori44 Maiori44 released this 13 Jul 18:20
· 826 commits to main since this release
  • Fixed table elements that are valid in Lua being invalid in Clue because they are a keyword (example: string.match was not valid as match is a keyword in Clue)
  • Fixed ?. and ?[ causing errors when calling functions (a = b?.c() was valid but b?.c() alone wasn't)