summaryrefslogtreecommitdiff
path: root/fib.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 /fib.kpl
parent1635ece1af3e48bdda2f7d04ca783c8684ba5b08 (diff)
add ok to is_main to return ok result while having ability to error
Diffstat (limited to 'fib.kpl')
-rw-r--r--fib.kpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fib.kpl b/fib.kpl
index debb6f0..a288099 100644
--- a/fib.kpl
+++ b/fib.kpl
@@ -34,4 +34,5 @@
)
}
`value fib_string `sync U64 $ args `get -1
+ `ok
)