Methods

echoΒΆ

echo(fd:Int, s:Str)

Print given string and a newline to a file referenced by descriptor.

Returns

Unspecified

Example

echo(2, "blah")  # Output on stderr: blah