1
0

多次元配列実装途中

This commit is contained in:
otya128
2015-06-12 21:46:43 +09:00
parent 9b9951e07e
commit 1e51bd37ca
5 changed files with 92 additions and 6 deletions

View File

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