>>>>> "CY" == C Y <smustudent1@yahoo.com> writes:
CY> I know this sounds a bit silly, but is there any chance we could get
CY> some kind of flow chart for how input moves through Maxima? I.e.,
CY> given the input, where various pieces get sent and what happens to them
CY> on the way? It would sure be a help in the future if people are trying
CY> to track down where a problem might be occurring.
What exactly do you want to know?
I think the function continue is maxima's read-eval-print loop
function. That would be a good starting point on figuring how what
the user types gets transformed into some kind of output.
Ray