Skip to content

Commit 56811eb

Browse files
authored
Update changelog.txt
1 parent 299a62e commit 56811eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

changelog.txt

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

0 commit comments

Comments
 (0)