*** empty log message ***

This commit is contained in:
em
1985-01-24 11:27:36 +00:00
parent 7657fb8d45
commit a1c27b46db
51 changed files with 863 additions and 0 deletions

8
lang/basic/test/test08.b Normal file
View File

@@ -0,0 +1,8 @@
100 print "start"
110 goto 130
115 print "fail 115"
120 print "line 120"
125 goto 140
127 print "fail 127"
130 goto 120
140 print "end"