5 lines
97 B
Factor
5 lines
97 B
Factor
TUPLE: foo bar ;
|
|
foo new bar>> . ! f
|
|
|
|
TUPLE: my-tuple { n integer } ;
|
|
my-tuple new n>> . ! 0
|