sequence-except-quot ( -- value ) (original) (raw)

sequence-except-quot ( -- value )

Vocabulary
math.matrices.private

Inputs
None

Outputs

value an object

Definition

USING: sequences ;

IN: math.matrices.private

CONSTANT: sequence-except-quot [ member? ] inline