optional? ( option -- ? ) - Factor Documentation

optional? ( option -- ? )


Vocabulary
command-line .parser .private

Inputs
option an object


Outputs
? an object


Definition
USING: accessors sequences ;

IN: command-line.parser.private

: optional? ( option -- ? ) name>> "-" head? ;

AltStyle によって変換されたページ (->オリジナル) /