Execute Brain****/Java: Difference between revisions

m
Optimized a bit on loops
m (Codespace doesn't overlap div boxes now)
m (Optimized a bit on loops)
Line 98:
break;
case ']':
if(memory.get(pointer) != 0){
//go back to the corresponding [ to check
jumpBack(code);
}
//if the loop should stop...
//we don't need to check other things
break;
case '>':
Anonymous user