Exercises
Determine the result of executing the constellations below. You can verify your results by writing the following code in a file:
print <constellation>
and then executing it.
For example:
print X +f(X); @-f(a).
@+f(X); -f(a).
@+f(X); -f(Y) a.
@+f(X) X; -f(a); -f(b).
@+1(X) -2(X); -2(X) +3(X).
@-1(X) +2(X); -2(X) +1(X).
@-1(X) +2(X); -2(X) +1(X).
@-f(X) X; +f(+g(a)); -g(X) X.