Skip to content
Animal edited this page Feb 2, 2023 · 3 revisions

The echo function is used to output text and nubers into the console.

echo("Hello World")

Output:

Hello World

Numbers

Clone this wiki locally