// display_bad.nqc int x = 0; task main() { ClearTimer(0); SetUserDisplay(x, 0); while(true) { x = 1 + Timer(0); } }