print (string)

This construct prints a string to the standard output.

Purpose

You use this construct to define an action phrase that by default outputs a string to the standard output.

Syntax

print "<string>"

Example

The following action prints the string "Hello World!" to the standard output.

print "Hello World!" ;