1
0

配列への代入を実装

This commit is contained in:
otya128
2015-06-12 21:19:21 +09:00
parent 61020e9941
commit 9b9951e07e
5 changed files with 161 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ FOR I=0 TO 10
?I
NEXT
VAR V[10]
V[0]=12
?V[0]
?\"ABC\"[1][0]
GOSUB @A