manual
quickstart
instguide
update
basis
Next: 6.10 Checking the program
Up: 6 PROGRAM CONTROL
Previous: 6.8 Procedures (PROC/ENDPROC)
Contents
Index
6.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 2012-02-05