Skip to main content

Inbuilt Methods

Ethereal comes with a few built in methods.

1. log([, ...])

log is a function that prints the given value to the console.

Example:

log("Hello, world!");

Log can have multiple parameters.

Example:

log("Hello, world!", "This is a message");