8 lines
124 B
Forth
8 lines
124 B
Forth
|
|
INTEGER DMATRIX my-matrix{{
|
||
|
|
& my-matrix{{ 8 9 }}malloc
|
||
|
|
|
||
|
|
8 my-matrix{{ 3 4 }} !
|
||
|
|
my-matrix{{ 3 4 }} @ .
|
||
|
|
|
||
|
|
& my-matrix{{ }}free
|