Library /sys$common/syshlp/basichelp.hlb *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The PRINT statement transfers program data to a terminal or a terminal-format file. Examples PRINT "THE ANSWER IS ";C% PRINT #2%, Emp_num, Emp_name$; Emp_age%
Additional Information (explode) :
|