Chapter 3. Variables

Variables are assigned values by using the assignment operator =

> x=5

5.0

> x*2

10.0

> x^2

25.0