summaryrefslogtreecommitdiff
path: root/fib.kpl
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-08 14:53:23 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-08 14:53:23 -0400
commite32c4b377b56d7b23047b44cf8cc95726d4d81ef (patch)
tree387d7e12a40b1f299c702278c4ab5b918dead5a7 /fib.kpl
parent8338012cabe4f042e6b21d4b06eca6193ed48908 (diff)
use destructuring syntax for namespaces
Diffstat (limited to 'fib.kpl')
-rw-r--r--fib.kpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fib.kpl b/fib.kpl
index 540ab5a..18d074c 100644
--- a/fib.kpl
+++ b/fib.kpl
@@ -26,7 +26,7 @@
)
`is_main Fn $ (
- ( args ) `use "sys"
+ `use "sys" [args]
? 3 != `length args {
`return `error String $ (
"#BOLD#RED#Got: %#\n" `format " " `join args