echo
function echo(message): void;
Echo message to the command-line.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| It accepts string and other primitive types, except |
Returns
void
Throws
Throws TypeError if the parameter is null or undefined or no parameter provided.
Example
Rsvim.cmd.echo("Hello Rsvim!");