(octave.info)Preformatted Code


Next: Preformatted Text Prev: Sections Up: Publishing Markup
Enter node , (file) or (file)node

11.10.2.4 Preformatted Code
...........................

To write preformatted code inside a section, indent the code by three
spaces after ‘#’ at the beginning of each line and leave the lines above
and below the code blank, except for ‘#’ at the beginning of those
lines.

     ##
     # This is a syntax highlighted for-loop:
     #
     #   for i = 1:5
     #     disp (i);
     #   endfor
     #
     # And more usual text.


automatically generated by info2www version 1.2.2.9