PRINT Verb
Syntax
PRINT {(channelno{options})}{outputlist}
PRINT RECORD{(channelno{options})}{strvar}
In console mode, "?" can be used for PRINT.
Examples
a=50
?a
>50
PRINT and WRITE verbs are identical. See the WRITE verb for more information.
PRINT {(channelno{options})}{outputlist}
PRINT RECORD{(channelno{options})}{strvar}
In console mode, "?" can be used for PRINT.
a=50
?a
>50
PRINT and WRITE verbs are identical. See the WRITE verb for more information.