constant - Factor Documentation

constant


Vocabulary
words .constant

Definition
USING: kernel words ;

IN: words.constant

PREDICATE: constant < word "constant" word-prop >boolean ;


Methods
USING: definitions kernel words.constant ;

M: constant definer drop \ CONSTANT: f ;


USING: definitions.icons kernel words.constant ;

M: constant definition-icon
drop "constant-word" definition-icon-path ;


USING: kernel see words.constant ;

M: constant print-stack-effect? drop f ;


USING: generic kernel words words.constant ;

M: constant reset-word
[ M\ constant reset-word (call-next-method) ]
[ "constant" remove-word-prop ] bi ;

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