summaryrefslogtreecommitdiff
path: root/ack.kpl
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-24 19:29:06 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-24 19:29:06 -0400
commite11974e8fdc384d88ce71bb94a96758032910164 (patch)
treeb620cd060ad7d22737980551a67fc1a442ac238e /ack.kpl
parent1635ece1af3e48bdda2f7d04ca783c8684ba5b08 (diff)
add ok to is_main to return ok result while having ability to error
Diffstat (limited to 'ack.kpl')
-rw-r--r--ack.kpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ack.kpl b/ack.kpl
index 2161836..a68e10c 100644
--- a/ack.kpl
+++ b/ack.kpl
@@ -29,4 +29,5 @@
)
}
`value ack_string `sync (U64 $ args `get -2; U64 $ args `get -1)
+ `ok
)