2 lines
68 B
Text
2 lines
68 B
Text
|
|
fib: {:[x<0; "Error Negative Number"; {:[x<2;x;_f[x-2]+_f[x-1]]}x]}
|