From e32c4b377b56d7b23047b44cf8cc95726d4d81ef Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 14:53:23 -0400 Subject: use destructuring syntax for namespaces --- ack.kpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ack.kpl') diff --git a/ack.kpl b/ack.kpl index 257e142..3aa6c1d 100644 --- a/ack.kpl +++ b/ack.kpl @@ -21,7 +21,7 @@ ) `is_main Fn $ ( - ( args ) `use "sys" + `use "sys" [args] ? 4 != `length args { `return `error String $ ( "#BOLD#RED#Got: %#\n" `format " " `join args -- cgit v1.2.3