Functions can be treated as values:

x = myFunction(4,3) or x = 12

In both cases, x becomes a number with the value of 12.