Fix OUT STR$[N]
This commit is contained in:
@@ -1248,8 +1248,8 @@ class PopArray : Code
|
|||||||
throw new TypeMismatch();
|
throw new TypeMismatch();
|
||||||
}
|
}
|
||||||
//TODO:文字列の挙動
|
//TODO:文字列の挙動
|
||||||
throw new TypeMismatch();
|
array.stringValue[index[0]] = assign.stringValue;
|
||||||
//array.stringValue[index[0]] = assign.stringValue[0];
|
return;
|
||||||
}
|
}
|
||||||
throw new TypeMismatch();
|
throw new TypeMismatch();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user