]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/match/match.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / match / match.factor
index 341d967c081bb02e4d078929f79f9797be469e95..0b61389fd2215d63f94cd39f526c91ce0ad93c5c 100644 (file)
@@ -42,7 +42,7 @@ SYNTAX: MATCH-VARS: ! vars ...
 : match ( value1 value2 -- bindings )
     [ (match) ] H{ } make swap [ drop f ] unless ;
 
-MACRO: match-cond ( assoc -- )
+MACRO: match-cond ( assoc -- quot )
     <reversed>
     [ "Fall-through in match-cond" throw ]
     [