sporeball/naz

Functions do not nest properly

tobiasheineken opened this issue · 0 comments

When trying to implement more complicated logic, I ran into an issue where functions cannot be called from other functions repeatedly:

Example program:

1x0f1o
1x1f0f0f

1f

Expected output:
00 (as function 0 should be called twice by f1)

Actual output:
0