// Comparison: Exit() see http://www.globalsino.com/EM/page2597_af.s number NUM1 NUM1 = 10 while (NUM1>0) { IF (!GetNumber("Please enter a negative number:", NUM1, NUM1)) BREAK result ("You entered:"+NUM1+"\n") }