pebblisp/src/examples
= a6f3fc96e6 Fixed bug where all func calls require an argument
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)`.
2021-07-13 21:46:15 +01:00
..
forbble.pbl Slightly better error-handling in Forbble 2021-07-12 20:13:02 -04:00
lib.pbl Breaking: Stop `def` adding vars to higher scopes 2021-07-12 20:34:54 -04:00
repl.pbl Fixed bug where all func calls require an argument 2021-07-13 21:46:15 +01:00