Handbook
Glossary
latest-revision ( title -- revision/f )
Vocabulary
webapps
.
wiki
Inputs
title
an
object
Outputs
revision/f
an
object
Definition
USING:
accessors
db.tuples
kernel
;
IN:
webapps.wiki
:
latest-revision
( title -- revision/f )
<article>
select-tuple
dup
[
revision>>
<revision>
select-tuple
]
when
;