Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Repeat/GW-BASIC/repeat.basic
Normal file
13
Task/Repeat/GW-BASIC/repeat.basic
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
100 let f$ = "proc"
|
||||
110 let c = 5
|
||||
120 gosub 170
|
||||
130 print "Loop Ended"
|
||||
140 goto 220
|
||||
150 print " Inside loop"
|
||||
160 return
|
||||
170 rem repeat(f$,c)
|
||||
180 for i = 1 to c
|
||||
190 gosub 150
|
||||
200 next i
|
||||
210 return
|
||||
220 end
|
||||
Loading…
Add table
Add a link
Reference in a new issue