print

print -- Output a string

Description

print(string arg);

Outputs arg.

See also: echo(), printf(), and flush().