AIPS HELP file for PRINT in 31DEC24
As of Sat Oct 5 15:48:55 2024
HELP SECTION
PRINT
Type: Verb
Use: To print out the current values of adverbs on the user
input terminal.
Grammar: PRINT adv1, adv2, adv3, ..., advn
where adv1, adv2, etc. are valid adverb names. They may
refer to scalars, arrays, or strings and may be
subscripted. AIPS will print as many lines as needed
and will provide subscript information for arrays and
string arrays.
Examples: PRINT NAMEIN, CLASSIN, SEQIN
PRINT (6*3/SCALAR), 'EXAMPLE', NMAPS
PRINT ARRAY2(I,2)
PRINT and TYPE are pseudonyms.
EXPLAIN SECTION