This new version brings an enhanced rexscript, with (mostly string related) methods (upper, lower, length, unix, proper).
We also feature a mathematical interpreter used with COMPUTE
method and conditional statements.
The three types of loops (for, for each and while) now support break
and continue
keywords.
Methods for reading and writing files were also added (READF, WRITEF, APPENDF, DELF, COPYF, MOVEF).
Finally, you can completly delete a variable with the DEL
method.