ludus/postlude.ld
2024-07-30 18:32:54 -04:00

8 lines
288 B
Plaintext

& this file runs after any given interpretation
& even if the original interpretation panics
& the goal is to output any global state held in Ludus
& this does not have base loaded into it, only prelude: must be pure Ludus
store! (turtle_state, turtle_init)
store! (turtle_commands, [])