- Fixed the order of operations, so that it matches other languages.
- Make the file viewer able to edit and add new files
- Changed the input function to show the prompt text before asking the question, and changed to using an input element, rather than a prompt popup.
- Made the keybind
Ctrl + /
comment the line the cursor is on.
- Added the
left
andright
methods,upper
andlower
getters to strings - Fixed accessing of methods + attributes of super classes.
- Added
newFile()
function
- Added class inheritance
- Added random() function from the GCSE Specification
- Fixed unary
-
and+
operation for float numbers, allowing numbers like-1.1
+1.0
to be expressed.