kalker/tests/ambiguities/comparison_in_function.kalker

2 lines
35 B
Plaintext

f(a, b, c) = (a * b = c)
f(2, 2, 4)