Release 3.3
A few bugfixes and enhancements to the language:
- Fixes abbreviation of SOUND to "S.", and adds a "SOUND" with only one parameter to silence one sound voice.
- Adds STR$ function, with integer and floating-point arguments.
Fixes to the IDE:
- Detect bytecode parsing overflows on very big and complex lines, the parser shows the las correctly parsed position in the line on error.
- Turn off al sounds before returning to the editor.
- More simple optimizations to keep the integer-IDE size under 8k.
Fixes to the cross-compiler:
- Allows end-of-line characters inside strings, this fixes compilation of sources in ATASCII that have the $0A (CONTROL-J) character inside strings.