From 657ff3dedb7a44bd04d93073a4538467eadb8f25 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Tue, 30 Jul 2024 18:32:54 -0400 Subject: [PATCH] remove print! --- postlude.ld | 2 -- 1 file changed, 2 deletions(-) diff --git a/postlude.ld b/postlude.ld index 6bbde8b..e2d348d 100644 --- a/postlude.ld +++ b/postlude.ld @@ -3,7 +3,5 @@ & 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") - store! (turtle_state, turtle_init) store! (turtle_commands, [])