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