Output(
     string:string
)
none

Arguments

string

String to output.

Description

Outputs the provided string to the script log.

Example:

Output("Hello!");
--> Hello!