Go to the first, previous, next, last section, table of contents.
One of the most common things that actions do is to output or print
some or all of the input. For simple output, use the print
statement. For fancier formatting use the printf statement.
Both are described in this chapter.
print statement.
print statements.
print.
printf statement.
Go to the first, previous, next, last section, table of contents.