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