print

Usage

.print [string]

Description

The print command prints a message to the output.

Examples

Print a message to the output:

.print "hello, world!

Demonstration