LOAD problem



>>>>> "Vijayendra" == Vijayendra Munikoti  writes:

    Vijayendra> Hallo
    Vijayendra> I am experiencing a strange problem which I am not able to understand:
    Vijayendra> Like I said in my previous messages, I am trying to export MAXIMA
    Vijayendra> expressions to FORTRAN.
    Vijayendra> So, I loaded the following two lisp files:
    Vijayendra> LOAD("C:/Programme/Maxima-5.9.1/share/maxima/5.9.1/src/commac.lisp")$

If possible, I'd try to recompile all of maxima.  There are some
dependencies on the order of compilation and if you just load a random
file, you might not get everything defined correctly.  

    Vijayendra> After this, my code exits with the message
    Vijayendra> "stdin:1500:Incorrect syntax: then is not an infix operator
    Vijayendra>  := IF (i = j) THEN.  "

If the version of commac is from 5.9.1, then I don't know.  If it's
from CVS, then case-sensitivity is important and "IF" and "THEN"
should be "if" and "then".

Ray