December 29 2022
Zoomscript Pro for Enterprise has launched. Visit ZoomScript Pro Center for more info. (5.0)
May 14 2022
This is the fourth Zoomscript minor update. This update is limited to bug fixes. (4.7)
Nested if-statements, fixed a bug where nested if-statements and if-else statements would not function correctly
March 12 2022
This is the seventh Zoomscript minor update. This update includes bug fixes. (4.6)
January 30 2022
This is the sixth Zoomscript minor update. This update includes bug fixes. (4.5)
December 5 2021
This is the fifth Zoomscript minor update. This update includes bug fixes. (4.4)
October 15 2021
This is the fourth Zoomscript minor update. This update includes bug fixes. (4.3)
September 20 2021
This is the third Zoomscript minor update. This update includes bug fixes. (4.2)
August 11 2021
This is the second Zoomscript minor update. This update includes bug fixes. (4.1)
September 11 2020
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:
var one two three
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.
August 2 2020
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.
Important Note: The Zoomscript start menu will not be updated.
July 20 2020
Second update. 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.
July 17 2020
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.