Execute SNUSP/Java: Difference between revisions

m
You actually don't want to skip the first character in case it doesn't start on $
(Changed direction to an enum...do we have an enum task?)
m (You actually don't want to skip the first character in case it doesn't start on $)
Line 85:
 
public void run(){
place= moveCP();//move past $
while(execute(code.get(place.y).charAt(place.x))){
place= moveCP();
Anonymous user