1
0

Fix OUT STR$[N]

This commit is contained in:
otya128
2016-12-17 15:35:04 +09:00
parent e934760ab2
commit a45bf04dfa

View File

@@ -1248,8 +1248,8 @@ class PopArray : Code
throw new TypeMismatch();
}
//TODO:文字列の挙動
throw new TypeMismatch();
//array.stringValue[index[0]] = assign.stringValue[0];
array.stringValue[index[0]] = assign.stringValue;
return;
}
throw new TypeMismatch();
}