langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
4
Task/Integer-sequence/BASIC/integer-sequence-1.basic
Normal file
4
Task/Integer-sequence/BASIC/integer-sequence-1.basic
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
10 LET A = 0
|
||||
20 LET A = A + 1
|
||||
30 PRINT A
|
||||
40 GO TO 20
|
||||
Loading…
Add table
Add a link
Reference in a new issue