by Michael Y » Sep 30, 2002 @ 3:40pm
"stop" and "break" end the program, so they would actually do the opposite of what you want to do.
As said above, try a for loop. I don't know how it works on the casios, but on my TI-83+ it's:
For(X,1,500)
End
That will automatically run through that 500 times, effectively causing a stall.