Back to I/O
println
Print a value followed by a newline.
Syntax
println(x) → nothing
Backends
TypeScript
Description
Print a value followed by a newline.
Parameters
| Name | Description |
|---|---|
| x | Value to print |
Returns
nothing
Examples
Try It
>> println("hello")