match: whoops.

db4
John Benediktsson 2012-07-19 17:09:23 -07:00
parent eb6c03c536
commit 23d6c4fe4a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ SYNTAX: MATCH-VARS: ! vars ...
dup word? [ "match-var" word-prop ] [ drop f ] if ;
: set-match-var ( value var -- ? )
dup namespace get key? [ get = ] [ set t ] if ;
dup namespace key? [ get = ] [ set t ] if ;
: (match) ( value1 value2 -- matched? )
{