1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 09:09:31 +00:00
anselme/test/tests/checkpoint change.ans

33 lines
257 B
Text

:$ f
x
:! p
a
:! q
b
c
d
From start:
~ f
From p checkpoint:
~ f
From q checkpoint:
~ f
From q checkpoint again:
~ f
Force p checkpoint:
~ f.p()
From q again:
~ f
Go to p again by setting checkpoint manually:
~ f.checkpoint := &f.p
~ f