4 lines
55 B
Text
4 lines
55 B
Text
: newVariable: ( "- )
|
|
create 0 , ;
|
|
|
|
newVariable: foo
|
: newVariable: ( "- )
|
|
create 0 , ;
|
|
|
|
newVariable: foo
|