Previous: MAXIMA init Files Up: Helpful Hints to MAXIMA Programmers Next: Writing Programs in CL for Maxima

Loading CL Code into MAXIMA

To load into MAXIMA a file containing CL programs (compiled or not), one use the MAXIMA command


LOADFILE("filename");
Note this is different from BATCH.

farrell@mcs.kent.edu