Handbook
Glossary
new-book ( model class -- book )
Vocabulary
ui
.
gadgets
.
books
Inputs
model
an
object
class
an
object
Outputs
book
an
object
Definition
USING:
accessors
kernel
;
IN:
ui.gadgets.books
:
new-book
( model class -- book )
new
swap
>>model
;
inline