Output Variables
The ChardScript echo()
function is often used to output variables.
Example
You can also use the +
operator to output multiple variables:
Example
For numbers, the +
character works as a mathematical operator:
Example
In the echo()
function, when you try to combine a string and a number with the +
operator, ChardScript will give you an error:
Example
Last updated