mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-15 07:26:05 +09:00
moving everything neatly into the assets directory
This commit is contained in:
6
assets/disk0/home/basic/tri.bas
Normal file
6
assets/disk0/home/basic/tri.bas
Normal file
@@ -0,0 +1,6 @@
|
||||
10 FOR I = 1 TO 20
|
||||
20 PRINT SPC(20-I);
|
||||
30 FOR J = 1 TO I*2-1
|
||||
40 PRINT "*";
|
||||
50 NEXT:PRINT
|
||||
60 NEXT
|
||||
Reference in New Issue
Block a user