>> It's a breach of Fortran's syntax rules, and therefore a bug in Maxima.
>> The correct syntax is:
>>
>> a=third_long_name_variable+second_long_name_variable+first_long_nam&
>> &e_variable
>>
>> You must use the double & form when splitting lexical tokens. You can
>> easily fix up Maxima's bug by running a simple awk, Python or Perl
>> script to add an & to the start of every line that follows one that is
>> terminated with an &.
>>
>>
>> Regards,
>> Nick Maclaren.
I have changed f90.lisp accordingly.
Thanks to Dmitry & Nick for bringing it to our attention.
best,
Robert Dodier