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

30 lines
277 B
Text

:f = "f"!script($_)
|x
#p!checkpoint($_)
|a
#q!checkpoint($_)
|b
|c
|d
|From start:
f!
|From p checkpoint:
f!
|From q checkpoint:
f!
|From q checkpoint again:
f!
|Go to p again by setting checkpoint manually:
f.current checkpoint = #p
f!
|From q again:
f!