From 9c4bd70bcf7a8672c5e7d7d0a0579304f7c67048 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 11:37:47 -0400 Subject: remove assigment from namespace --- ack.kpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ack.kpl') diff --git a/ack.kpl b/ack.kpl index 5b13d38..209a16d 100644 --- a/ack.kpl +++ b/ack.kpl @@ -21,7 +21,7 @@ ) `is_main Fn $ ( - ( args ) : `use "sys" + ( args ) `use "sys" ? 4 != `length args { `return `error String $ ( "#BOLD#RED#Got: %#\n" `format `join args -- cgit v1.2.3