[main page] [download] [links] [faq] [sample programs]


test_stop

Simple test that allows me to test the yabasic library's stop ideas (often)

1
2
3
4
5
6
i = 1

while ( i > 0 )
  print "Hello"
  pause 0.25
wend


[main page] [download] [links] [faq] [sample programs]

© 2001 P.B. IJdens, The Netherlands. All rights reserved.