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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ NOTICE:
10
10
This command is especially useful, if you want to include code from a separate file without creating a whole new library.
11
11
- New Command: long [ANY]; This command casts a given value into java.lang.Long.
12
12
- New Command: [STRING] % [STRING]; Modulo command.
13
+
- New Command: readFileLines [OBJ]; Reads the file and returns an array containing all the lines.
13
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
14
15
as numbers before. (println ((int 10) + 4); is now possible)
15
16
- The random command now returns only floating pint with 4 decimals and the issue with scientific notation is fixed.
0 commit comments