basicdoc: update

This commit is contained in:
minjaesong
2020-12-28 11:18:13 +09:00
parent b00ac13cd2
commit a863d263d1
3 changed files with 15 additions and 8 deletions

View 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