1
0
mirror of https://github.com/PaddiM8/kalker.git synced 2025-03-06 17:21:10 +01:00
kalker/tests/variables.kalker

5 lines
68 B
Plaintext

x = 2
y = 3
z = 5
x = 2 and y = 3 and z = 5 and xy = 6 and xyz = 30