axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] metalex change


From: daly
Subject: [Axiom-developer] metalex change
Date: Thu, 9 Aug 2007 14:33:31 -0500

Gaby,

 (test 'rule1)

eventually does a call to strconc, a vmlisp function.
The strconc function is defined in vmlisp.lisp as
  
  (define-function 'strconc #'concat)

The concat function is defined in vmlisp.lisp as a call to

  (system:string-concatenate a b)

If you call:

  (strconc "PARSE-" 'rule1)

you get

  "PARSE-RULE1"

so the original code is correct as written.

Tim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]