Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
100 WHEN EXCEPTION USE ERROR
|
||||
110 FOR I=5 TO-2 STEP-1
|
||||
120 PRINT 10/I
|
||||
130 NEXT
|
||||
140 END WHEN
|
||||
150 HANDLER ERROR
|
||||
160 IF EXTYPE=3001 THEN PRINT EXSTRING$(EXTYPE);" in line";EXLINE
|
||||
170 CONTINUE
|
||||
180 END HANDLER
|
||||
Loading…
Add table
Add a link
Reference in a new issue