RosettaCodeData/Task/Variables/E/variables-6.e
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
155 B
Text

def list := [def x := timer.now(), x] # two copies of the current time
list[0] == x # x is still visible here; returns true