- or download this
[ while X (slot 0) is not 0
>> move to Z (slot 2)
[ loop sets Z to 0
...
-
]
]
- or download this
> point to slot 1
[
...
Y >= X, do whatever here
< point to slot 4, always zero to terminate the loop
]
- or download this
#include <stdio.h>
#include <stdlib.h>
...
}
return 0;
}