TR : assigning operators - case sensitivity problem?
Subject: TR : assigning operators - case sensitivity problem?
From: laurent couraud
Date: Thu, 24 Mar 2005 20:30:06 +0100
-----Message d'origine-----
De : C Y [mailto:smustudent1@yahoo.com]
Envoyé : mercredi 23 mars 2005 23:52
À : laurent couraud;
Objet : assigning operators - case sensitivity problem?
Hmm - I notice an oddity with case sensitivity here, or at least I
think I do:
Maxima 5.9.1.1cvs http://maxima.sourceforge.net
Using Lisp SBCL 0.8.20
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) postfix("F");
(%o1) "f"
(%i2) postfix("f");
(%o2) "f"
(%i3) (x)f:=x*a;
(%o3) x f := x a
(%i4) 40f;
(%o4) 40 a
(%i5) 40F;
Incorrect syntax: f is not an infix operator
(%i5)
Shouldn't it be distinguishing between upper and lower case here?
CY
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/