diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-05-18 16:59:49 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-05-18 16:59:49 -0400 |
| commit | 0e12eb8f94783800247d20b4c29546d1941af020 (patch) | |
| tree | 50e97a2fa5acf0a786f84b283a407f174ebe357c /fib.kpl | |
| parent | eff2145f5726c017e6e45a409f40c31c60b21d48 (diff) | |
print is a operator
Diffstat (limited to 'fib.kpl')
| -rw-r--r-- | fib.kpl | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,6 +22,5 @@ "Usage: "; args `get 0; " "; args `get 1; " <number>\n" ) } - ( print ) : `use "io" - print `call_sync fib_string `call_sync I64 $ args `get -1 + `print `call_sync fib_string `call_sync I64 $ args `get -1 ) |
