From: Davide P. C. <dp...@un...> - 2006-01-17 02:06:22
|
>> By the way, the error was in the line >> ANS fun_cmp("t^2+at+b",var=>'t',params=>['a','b']) ; >> >> which I changed to >> >> ANS fun_cmp("t^2+a t+b",var=>'t',params=>['a','b']) ; >> >> In this case "at" was not recognized. Maybe the old parser >> handled something like that or maybe Rick (the course was MTH 163) >> just ignored this error. This was due to an error introduced with a recent change I had made (a couple of weeks ago) to allow multi-letter variable names (like x1, C0, etc). I have fixed it and committed the changes to HEAD and the 2-2-dev revision. Davide |