example:
if(something) {
while(var == true) {
if(i < 10000) {
i++;
} else {
var = false;
}
}
}
if(a1_steak_sauce == GOOD) {
print("let's eat the steak!");
}
I'm thinking recursion would be required of this. But anyway basically I'd like to learn how to be able to navigate and manipulate such a statement "tree".
Thanks all!

New Topic/Question
Reply



MultiQuote




|