diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-17 19:48:14 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-17 19:48:14 -0400 |
| commit | 4f132dc241f0e9fd0babd34ebf1767e4916fac7c (patch) | |
| tree | de312b52ff9c9bbcb46cc19cb4e0dc6e63a87113 /fib.kpl | |
| parent | e5f1630c5ab4c942d3287f92cbb71f34267dc747 (diff) | |
thread id op
Diffstat (limited to 'fib.kpl')
| -rw-r--r-- | fib.kpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ { `panic "invalid type for n" } } ? { - n < 3 { 2 } + n < 2 { 1 } { `sync(fib; n - 1) + fib `sync n - 2 } } ) |
