println
Print values to the console, with line return
println(
[values...]
) -> NULL
Print values to the console, with line return
Syntaxe
println("Hello", PI, [1,2,3]);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
values | - | - | Values to print |