8 lines
206 B
Factor
8 lines
206 B
Factor
|
! (c)2009 Joe Groff, see bsd license
|
||
|
USING: help.markup help.syntax ;
|
||
|
IN: booleans
|
||
|
|
||
|
HELP: boolean
|
||
|
{ $class-description "A union of the " { $link POSTPONE: t } " and " { $link POSTPONE: f } " classes." } ;
|
||
|
|