wiki:UsefulFeatures

Version 1 (modified by anonymous, 15 years ago) ( diff )

--

Useful Features

Display Code

The simple example:

{{{
#!f90
program otto
  character(len=*),parameter :: palin="retter"
  write(unit=*,fmt=*) "Hello World"
end program otto
}}}

will be displayed as:

Error: Failed to load processor f90
No macro or processor named 'f90' found
Note: See TracWiki for help on using the wiki.