ludus/postlude.ld

10 lines
317 B
Plaintext
Raw Normal View History

2024-06-06 03:23:47 +00:00
& 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
print! ("running postlude")
2024-06-06 03:23:47 +00:00
store! (turtle_state, turtle_init)
store! (turtle_commands, [])