v0.6.1.0
- Now the REPL saves the history to a file named
.history
in the current directory. - New built-in functions:
\isLong
,\sumEach
.
Breaking changes
\charToInt
now leaves the argument unchanged if it is already an integer. It still fails if the argument is a non-integral number.\intToChar
now leaves the argument unchanged if it is already a character.