1
0

変数宣言実装中

This commit is contained in:
otya128
2015-06-11 19:29:34 +09:00
parent 7c383dff1a
commit c050d4e066
4 changed files with 64 additions and 12 deletions

View File

@@ -53,6 +53,7 @@ FOR I=0 TO 10
IF I==1 THEN CONTINUE
?I
NEXT
VAR V
GOSUB @A
END
@A