Next: ‘-n/’: Recognize short comments [FORTRAN], Previous: ‘-n\’: Free-form syntax continued by backslash, Up: Command-line options [Contents][Index]
In FORTRAN–90, this turns on free-form syntax and sets the continuation character to be the ampersand. For example,
-n9[-n&] @ @a program main x = & y end
For FORTRAN-90, free-form syntax continued by the ampersand is FWEB’s default, so one probably will not need to use ‘-n&’ explicitly.