Go to the first, previous, next, last section, table of contents.


print

The print command prints the value of <expression> to the screen.

Syntax:

       print <expression>

See expressions.


Go to the first, previous, next, last section, table of contents.