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.
 
 
 
 
 
 

10 lines
267 B

  1. 100 REM Purpose: Verify 'Syntax error' with ignore error handler
  2. 110 REM Author: Howard Wulf, AF5NE
  3. 120 REM Date: 2016-01-20
  4. 130 REM Note: this is to verify the WARN_xxx macros
  5. 140 REM
  6. 200 ON ERROR RESUME NEXT
  7. 210 LET A
  8. 300 PRINT "ERR=";ERR,"ERL=";ERL
  9. 999 END