Next: 10.10 Checking the program Up: 10 PROGRAM CONTROL Previous: 10.8 Procedures (PROC/ENDPROC)


10.9 Text cards (TEXT)

TEXT,xxxxxx

will just print xxxxxx in the output. If the text contains variables which are preceded by a dollar ($), these are replaced by their actual values, e.g.

r=2.1
text,Results for R=\$r

will print

Results for R=2.1



molpro@molpro.net
Oct 10, 2007