value-info<= ( info1 info2 -- ? )
Value info data type and operations

Prev:value-info ( value -- info )
Next:value-info-union ( info1 info2 -- info )


Vocabulary
compiler.tree.propagation.info

Inputs
info1a value-info-state
info2a value-info-state


Outputs
?a boolean


Word description
Checks if the first value info is equal to, or smaller than the second one.

Definition