Methods

echoΒΆ

echo(s:Str)

Print given string and a newline to stdout.

Returns

Unspecified

Example

echo("blah")  # Output: blah