wiki:UsefulFeatures

Version 5 (modified by admin, 12 years ago) ( diff )

--

Useful Features

Generate table of contents

[[PageOutline]]

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.