2026-09-06 11:55:07 https://imgur.com/a/2s1kCMD 2026-09-06 18:24:16 join #concatenative 2026-09-06 18:24:20 oops sorry 2026-09-06 20:28:58 Mornin'! Is there a way to convert an ior (IO result) code into a human-informative string? 2026-09-06 20:30:21 oak: can you show us some samples? 2026-09-06 20:30:27 pastebin and so on? 2026-09-06 21:10:41 bjorkintosh: mm, just how, say OPEN-FILE puts an ior on top of the stack, which can be zero (success) or a non-zero error code. I'd like to be able to log that as an informative string (e.g. "insufficient permissions to open file") 2026-09-06 21:27:23 not unlike perror() in C