Skip to content

v1.3.0

Choose a tag to compare

@valoeghese valoeghese released this 09 Aug 05:19
· 23 commits to master since this release

Language

  • New TONUMBER statement to convert string to number.
  • builtins that write to a variable like (but not limited to) INPUT TO, RANDOM and ROUND can now handle array elements.

Discord Bot

  • Replying to a message with [prefix]/msg or [prefix]/msg detach now stores the content of that message in a variable called content.

Implementation

  • New tokeniser. Now with 90% less jank
  • Now properly asserts variables exist before running a line.