diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-24 19:29:06 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-24 19:29:06 -0400 |
| commit | e11974e8fdc384d88ce71bb94a96758032910164 (patch) | |
| tree | b620cd060ad7d22737980551a67fc1a442ac238e /letter_table.kpl | |
| parent | 1635ece1af3e48bdda2f7d04ca783c8684ba5b08 (diff) | |
add ok to is_main to return ok result while having ability to error
Diffstat (limited to 'letter_table.kpl')
| -rw-r--r-- | letter_table.kpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/letter_table.kpl b/letter_table.kpl index 9eb25a5..1e35db2 100644 --- a/letter_table.kpl +++ b/letter_table.kpl @@ -26,4 +26,5 @@ `log letter_table `sync read `sync open `sync filename ) @ 2 .. `length args {[arg_index] read_log `async args `get arg_index } + `ok ) |
