Expressions should be allowed to be assigned to variables and the used in other expressions e.g: in: x = 5 + 3 out: x = 8 in: 9 + x out: 17
x = 5 + 3
x = 8
9 + x
17
Expressions should be allowed to be assigned to variables and the used in other expressions e.g:
in:
x = 5 + 3out:
x = 8in:
9 + xout:
17