Next: 8.10 Checking the program Up: 8 PROGRAM CONTROL Previous: 8.8 Procedures (PROC/ENDPROC)


8.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



P.J. Knowles and H.-J. Werner
molpro@tc.bham.ac.uk
Jan 15, 2002