6 lines
158 B
Factor
6 lines
158 B
Factor
STRUCT: foo { a int } { b foo* } ;
|
|
|
|
[
|
|
foo malloc-struct &free ! gets freed at end of the current with-destructors scope
|
|
! do stuff
|
|
] with-destructors
|