aboutsummaryrefslogtreecommitdiff
path: root/src/interp/metalex.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-06 03:14:30 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-06 03:14:30 +0000
commitd14fd317bc282ba83762209a48632087e5036ebf (patch)
treef13bc1e0e91ab9592f7fdfbc197f1ad49cab69e2 /src/interp/metalex.lisp
parentc32856c7077d6220b6785b1e6e819b41ea4244be (diff)
downloadopen-axiom-d14fd317bc282ba83762209a48632087e5036ebf.tar.gz
* interp/metalex.lisp (KEYWORDS): Include try.
* algebra/numode.spad.pamphlet: Change field try to tryValue. * algebra/multsqfr.spad.pamphlet: Change identifier try to tryCount.
Diffstat (limited to 'src/interp/metalex.lisp')
-rw-r--r--src/interp/metalex.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/metalex.lisp b/src/interp/metalex.lisp
index 0aaf9d70..788eb449 100644
--- a/src/interp/metalex.lisp
+++ b/src/interp/metalex.lisp
@@ -570,7 +570,7 @@ empty (if File-Closed (return nil))
(defconstant Keywords
- '(|or| |and| |isnt| |is| |when| |where| |forall| |exist|
+ '(|or| |and| |isnt| |is| |when| |where| |forall| |exist| |try|
|has| |with| |add| |case| |in| |by| |pretend| |mod|
|exquo| |div| |quo| |else| |rem| |then| |suchthat|
|if| |yield| |iterate| |break| |from| |exit| |leave| |return|