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

3 lines
155 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def list := [def x := timer.now(), x] # two copies of the current time
list[0] == x # x is still visible here; returns true