input-candidiate ( #call -- )


Vocabulary
compiler.tree.modular-arithmetic

Definition
USING: accessors sequences ;

IN: compiler.tree.modular-arithmetic

: input-candidiate ( #call -- ) in-d>> first modular-value ;