Skip to content

BRS 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sjbarag sjbarag released this 25 Apr 16:01

In version 0.7.0, brs learned quite a few new things:

  1. The Asc(string) and Chr(integer) global string functions have been added!
  2. Global function calls are now type-checked at runtime! Attempting to call Asc(false) or RebootSystem(1, 2, 3, 4, 5) will gracefully throw an error reporting the type mismatch.
  3. Runtime errors don't throw JavaScript stack traces anymore! At least I think I got them all.

❤️ Contributors ❤️

@strattonbrazil implemented Asc(string) and Chr(integer) for [email protected]. Thanks so much! 😃