1
0

ArrayAssignのbreak;忘れを修正,suffix無指定時の型をdoubleにした

This commit is contained in:
otya128
2015-06-12 22:07:48 +09:00
parent f84c4d20e5
commit 09ff06ec56
3 changed files with 5 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ VAR V[10,10]
V[0,1]=12
?V[0,1]
?\"ABC\"[1][0]
?1/2
GOSUB @A
END
@A