This repository was archived by the owner on Jun 29, 2024. It is now read-only.
Added support for multi-word arguments, so instead of typing
load Hello
printps
load 32
printpc
load World!
printpsyou can write that
load Hello World!
printpsChanged behaviour of options -v and --verbose; rather than couting logs, they are couting tabulate::Table object.
Unfortunately, I don't know why, comments aren't displayed in that tables.
And I saw that not only print* and scan* don't work on GNU/LInux (I saw that inc doesn't work too).