2024-07-18 03:16:50 I've commited a fix for `script:name` in retroforth; it was returning garbage when used at the listener with no program source being run. It'll now return "" in this case. (ref issue #99) 2024-07-18 03:17:19 https://todo.sr.ht/~crc_/retroforth/99 for the bug report 2024-07-18 03:18:30 and https://git.sr.ht/~crc_/retroforth/commit/565d56752348dc3a0b48899513fd729fc366d0df for the fix 2024-07-18 03:19:29 (I've also noticed that `script:arguments` returns -1 when retro is started w/o a program name; I'll fix this in a separate commit, probably tomorrow)