7
“Arithmetical” Project - Calculations
•[a] := 1
•[b] := 1
•[b] := [b] + [a]  ; [b] = 2
•[b] := [b] * 2    ; [b] = 4
•