You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ NOTICE:
13
13
- New Command: readFileLines [OBJ]; Reads the file and returns an array containing all the lines.
14
14
- 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
15
15
as numbers before. (println ((int 10) + 4); is now possible)
16
-
- The random command now returns only floating pint with 4 decimals and the issue with scientific notation is fixed.
17
-
- Floating point notation supports now bot US ('.') and European (',') notation.
16
+
- The random command now returns only floating points with 4 decimals and the issue with scientific notation is fixed.
17
+
- Floating point notation supports now both US ('.') and European (',') notation.
18
18
19
19
1.8.2:
20
20
Fixed issues with the commands: <, <=, >, >= that contain the "long string" braces: <>
0 commit comments