Added parsing array initialization values

This commit is contained in:
Sasha Koshka
2022-08-16 21:31:23 -04:00
parent 210e527b3a
commit bb2948d397
2 changed files with 38 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ data wr integerArrayInitialized:{Int 16}
3948 293 293049 948 912
340 0 2304 0 4785 92
data wr integerPointerInit:{Int} [& integer]
data wr integerPointerInit:{Int} #[& integer]
data wr mutIntegerPointerInit:{Int}:mut [& integer]
data wr mutIntegerPointerInit:{Int}:mut #[& integer]
data wr object:Obj
.this 324