From 1313d68dc155e02e419577a390ec6d6c38fd8cd9 Mon Sep 17 00:00:00 2001 From: "chris.double" Date: Sat, 9 Sep 2006 03:42:07 +0000 Subject: [PATCH] added help for MATCH-VARS: --- contrib/match/match.facts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/match/match.facts b/contrib/match/match.facts index de4e15ebd5..97b1478a58 100644 --- a/contrib/match/match.facts +++ b/contrib/match/match.facts @@ -9,7 +9,7 @@ HELP: match { $examples { $example "MATCH-VARS: ?a ?b ;\n{ ?a { 2 ?b } 5 } { 1 { 2 3 } _ } match\n => H{ { ?a 1 } { ?b 3 } }" } } -{ $see-also match-cond } ; +{ $see-also match-cond POSTPONE: MATCH-VARS: } ; HELP: match-cond { $values { "seq" "A sequence" } { "assoc" "A sequence of quotation pairs" } } @@ -17,7 +17,7 @@ HELP: match-cond { $examples { $example "MATCH-VARS: ?value ;\n{ increment ?value } {\n { { increment ?value } [ ?value do-something ] }\n { { decrement ?value } [ ?value do-something-else ] }\n { _ [ no-match-found ] }\n} match-cond" } } -{ $see-also match } ; +{ $see-also match POSTPONE: MATCH-VARS: } ; HELP: MATCH-VARS: