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

33 lines
255 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 := "p"
~ f