From d14fd317bc282ba83762209a48632087e5036ebf Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 6 Dec 2010 03:14:30 +0000 Subject: * interp/metalex.lisp (KEYWORDS): Include try. * algebra/numode.spad.pamphlet: Change field try to tryValue. * algebra/multsqfr.spad.pamphlet: Change identifier try to tryCount. --- src/interp/metalex.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp') 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| -- cgit v1.2.3