mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
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.
14 lines
125 B
Text
14 lines
125 B
Text
: f = "f"!script($_)
|
|
|x
|
|
#p!checkpoint($_)
|
|
|a
|
|
|b
|
|
|
|
|No checkpoint:
|
|
f!
|
|
|
|
|From checkpoint:
|
|
f!
|
|
|
|
|Force no checkpoint:
|
|
f!from
|