Skip to content

Commit 299a62e

Browse files
authored
Update changelog.txt
Updated changelog to 1.8.3
1 parent 9ae1c28 commit 299a62e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ NOTICE:
55
Another future plan: Command: "include <abs|rel> <pathToFile>" a command to include external compiled libraries "plug in style".
66
Added in 1.8.0 with the command: import "path_to_jar";
77

8+
1.8.3:
9+
- New Command: use [STRING]; This command replaces the location of the command with code from the given string as the first argument.
10+
This command is especially useful, if you want to include code from a separate file without creating a whole new library.
11+
- New Command: long [ANY]; This command casts a given value into java.lang.Long.
12+
- New Command: [STRING] % [STRING]; Modulo command.
13+
- Arithmetic operators (+, -, *, /, %) are now able to handle Long.MAX_VALUE values and java.lang.Integers, java.lang.Floats and java.lang.Long not just Strings
14+
as numbers before. (println ((int 10) + 4); is now possible)
15+
- The random command now returns only floating pint with 4 decimals and the issue with scientific notation is fixed.
16+
- Floating point notation supports now bot US ('.') and European (',') notation.
17+
818
1.8.2:
919
Fixed issues with the commands: <, <=, >, >= that contain the "long string" braces: <>
1020
The following commands have been changed (similar to linux):

0 commit comments

Comments
 (0)