about summary refs log tree commit diff stats
path: root/086scenario_console_test.mu
diff options
context:
space:
mode:
Diffstat (limited to '086scenario_console_test.mu')
-rw-r--r--086scenario_console_test.mu5
1 files changed, 5 insertions, 0 deletions
diff --git a/086scenario_console_test.mu b/086scenario_console_test.mu
index a11b0091..535bfe7b 100644
--- a/086scenario_console_test.mu
+++ b/086scenario_console_test.mu
@@ -23,3 +23,8 @@ scenario read-key-in-mu [
     8 <- 1
   ]
 ]
+
+#? recipe foo-editor [
+#?   local-scope
+#?   init:address:shared:list:character <- push 97/a, 0
+#? ]