Jan 12 2020 - Build 20112
This is the fifth Zoomscript update. This update is limited to bug fixes.
- Nested if-statements
- Fixed a bug where nested if-statements and if-else-statements would not function correctly.
Jan 9 2020 - Build 20109
This is the fourth Zoomscript update. This update includes new procedures, bug fixes and more.
- Creating multiple variables on same line.
- You can now create multiple variables on the same line without repeating the 'var' command. For example:
- New 'clear' and 'clearln' procedures (io package).
- 'clear' clears the entire console screen, and 'clearln' removes the last line.
- New 'round' function (util package).
- Rounds real numbers to nearest integer. Imports one value and exports.
- Fixed bug with syntax highlighting
- Lines containing 'Error' in editor mode would display red. This is now fixed.
Jan 8 2020 - Build 20108
This update adds importing and exporting, with support for code indentation. Also, bug fixes.
- Exporting
- Now, a single export code is given. You can triple-click the code in a list item and copy/paste it.
- Importing
- Imports an export code and replaces the editor console with the imported code.
- Bug fixes
- You can now decrease the indent of blank lines (it used to delete the line). Error code highlighting is removed when creating a new text file.
Jan 7 2020 - Build 20107
This update is limited to bug fixes.
- Syntax highlighting bug.
- Fixed a bug where using the backslash "\" on quotation marks would cancel the syntax highlighting as it would switch the is_string variable. This is now fixed.
- Cannot backspace runtime input.
- When using the get function in prior versions, you weren't able to delete characters in the console. This is now fixed.
Jan 6 2020 - Build 20106
This is the first update to Zoomscript. A number of features were added due to high demand:
- Cursor enhancements.
- You can now use the Up Arrow + Left/Right Arrow combination to move your cursor around left/right on the same line. Particularly useful if you misspell something.
- Fixed stringcomp function.
- Boundaries caused a program crash. This is now fixed.
- Changed indent behaviour.
- New lines keep previous line indentation. Also, the Right Arrow key indents the line, and using backspace (Left Arrow) on the far left of the line decreases the indent.
- Fixed indent in runtime bug.
- You can no longer indent runtime output.