Handbook
Glossary
<article> ( title -- article )
Vocabulary
webapps
.
wiki
Inputs
title
an
object
Outputs
article
an
object
Definition
USING:
accessors
kernel
;
IN:
webapps.wiki
:
<article>
( title -- article )
article
new
swap
>>title
;