RosettaCodeData/Task/Variables/Ela/variables-2.ela

5 lines
68 B
Plaintext

sum x y = let z = x + y in z
sum x y = z
where z = x + y