1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/paragraph run.ans
Étienne Reuh Fildadut b192206de0 [stdlib] merge branch! now perform a complete flush before merging by default
Otherwise, events written to the buffer before the merge may only be yielded after the merge is already done; if such an event would lead to the script being interrupted, we would likely want the state not to be merged in the first place, hence the change.
2024-04-29 22:29:37 +02:00

14 lines
125 B
Text

: f = "f"!script($_)
|x
#p!checkpoint($_)
|a
|b
|No checkpoint:
f!
|From checkpoint:
f!
|Force no checkpoint:
f!from