?print ( str/f -- ) - Factor Documentation

?print ( str/f -- )


Vocabulary
scryfall

Inputs
str/f an object


Outputs
None

Definition
USING: io kernel ;

IN: scryfall

: ?print ( str/f -- ) [ print ] [ nl ] if* ;

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