mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-17 00:16:04 +09:00
basic:spc stmt and more sample codes
This commit is contained in:
7
assets/tri.bas
Normal file
7
assets/tri.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
|
||||
40 PRINT "*";
|
||||
50 NEXT
|
||||
60 PRINT ""
|
||||
70 NEXT
|
||||
Reference in New Issue
Block a user