replace-patterns ( object -- result )


Vocabulary
match

Inputs
objectan object


Outputs
resultan object


Word description
Copy the object, replacing each occurrence of a pattern matching variable with the actual value of that variable.

See also
match-cond, MATCH-VARS:, match-replace

Definition

GENERIC: replace-patterns ( object -- result )


Methods