diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-19 12:38:03 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-19 12:38:03 -0400 |
| commit | 9145160d51bf3795c866bb9a2ac695963494eee5 (patch) | |
| tree | 0ce3474fe2e985c6cd20a3f2bb5335c824d17bf3 | |
| parent | a496efcd5d4660da359ce4702b5293698f115dda (diff) | |
use panic insted of exit
| -rw-r--r-- | ack.kpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ `export ack : Fn[m; n] $ ( ? !=(`type m; `type n) { - `exit "m and n must be the same type and above zero" + `panic "m and n must be the same type" } ? { m = 0 { n + 1 } |
