ChipMaster's bwBASIC
This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 100 rem
- 110 on error goto 800
- 120 label1:
- 130 error 1
- 140 label2:
- 150 stop
- 800 rem
- 810 print "ERL=";ERL
- 820 print "label1=";label1
- 830 print "label2=";label2
- 840 if ERL > label1 AND ERL < label2 THEN
- 850 print "*** TEST PASSED ***"
- 860 goto 999
- 870 end if
- 880 stop
- 999 end
|