Something went wrong. Try again.
A prose-themed programming language optimized for minimizing symbols.
Something went wrong. Try again.
12345678910111213141516171819202122232425262728293031fyi < fibonacci >fyi < example of if statements >n stores 2fib stores n minus 1 if n is_less_than 3 otherwise -1if fib is_less_than 0 iterator stores 1 fyi < store the first two values of the fibonacci sequence > anteprev_n stores 0 prev_n stores 1 fyi < compute fibonacci numbers until n is reached > while iterator is_less_than n minus 1 fib stores anteprev_n plus prev_n anteprev_n stores prev_n prev_n stores fib iterator stores iterator plus 1 repeatotherwise message stores < try a higher value of n for more fun > show messagemove_onshow fib