Certain I/O functions (like `inp` or `repl`) do not need arguments, but previously all functions required at least one argument to called correctly (i.e. `(inp 0)` or `(repl "banana")`). Now, these can be called as intended: `(inp)` or `(repl)`. |
||
---|---|---|
.. | ||
forbble.pbl | ||
lib.pbl | ||
repl.pbl |