All pastes #2045957 Raw Edit

lab1pseudocode

public text v1 · immutable
#2045957 ·published 2011-04-13 12:38 UTC
rendered paste body
while (1) {
	if (button) {
		while (button) {
 			timer++;
			if (timer == 250) { var = 1; }
		}
	}

	if (var) {
		if (!button) { 
			pushcount++;
			var = 0;
 		}
	}
}