kalker/tests/ambiguities/comparison_in_function.kalker

2 lines
35 B
Plaintext
Raw Normal View History

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