yasos

Variables

We save values in variables to use them later.

To declare a variable we have to:

var name: type = value;

We have to name the variable, indicate the type and give it a initial value.