1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/map index accross checkpoints.ans

32 lines
238 B
Text

:f = "f"!script($_)
:x = *{4}
|x={x}
:a = {1,2,3,(x):4}
:c = a
|1={a==c}
|a(x)={a(x)}
#ch a!checkpoint
|a(x)={a(x)}
#ch b!checkpoint
x(1) = 3
|a(x)={a(x)}
#ch c!checkpoint
|a(x)={a(x)}
x={4}
|no={a(x,())}
f!