RosettaCodeData/Task/Variables/E/variables-2.e

4 lines
44 B
Plaintext

def var x := 1
x := 2
x # returns 2