When do I use a semi-colon (;) to flush the Mortran3 input buffer?
Approximately once every page of comments
Before every COMIN
Before 1st executable line in Mortran source (after macros)
Last line of source ,actually use two here, eg, ...
...
...
end;
;
%%
After long macro definitions
Before any %F and after %M, eg ...
...
...
mortran source;
;
%F
...
...
fortran source
...
...
...
%M
;
...
...
mortran source;
FAQ answer provided by
Alex F. Bielajew
Webmasters
last updated 10/04/01