mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-16 16:06:06 +09:00
basicdoc: update
This commit is contained in:
7
assets/disk0/home/basic/oldtri.bas
Normal file
7
assets/disk0/home/basic/oldtri.bas
Normal file
@@ -0,0 +1,7 @@
|
||||
10 FOR I=1 TO 20
|
||||
20 PRINT SPC(20-I);
|
||||
30 FOR J=1 TO I*2-1
|
||||
40 PRINT "*";
|
||||
50 NEXT
|
||||
60 PRINT
|
||||
70 NEXT
|
||||
Reference in New Issue
Block a user