Handbook
Glossary
<recipe> ( title genre text -- recipe )
Vocabulary
recipes
Inputs
title
an
object
genre
an
object
text
an
object
Outputs
recipe
an
object
Definition
USING:
accessors
kernel
;
IN:
recipes
:
<recipe>
( title genre text -- recipe )
recipe
new
swap
>>txt
swap
>>genre
swap
>>title
0
>>votes
;