This commit is contained in:
n00b
2024-09-20 09:47:51 -04:00
parent 72715cd17e
commit 27e8a448ea
5 changed files with 343 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
Type test_type
Dim w
End Type
Type ano
Dim t[8] as test_type
Dim n
End Type
x[4].t.w = 13
Dim x[6] as ano
Dim y[4] as ano
Dim z[4] as ano
ArrayCopy(x, y)