kalker/tests/redefining.kalker
2022-01-23 02:19:38 +01:00

6 lines
51 B
Plaintext

x = 2
x = 3
f(x) = 2x
f(x) = 3x
f(2) = 6 and x = 3