; docformat = 'rst' ;+ ; These comments are file comments. They are associated with the file (i.e. ; there is an empty line after the end of the block so that they are not ; associated with any routine). ;- ;+ ; These are the routine comments for the helper routine in this file. They are ; associated directly with MAIN_LEVEL_EXAMPLE. ;- pro main_level_example a = 5 print, a end ;+ ; These are more main level comments. They should follow the previous section ; of file level comments. ;- b = 7 print, b end