diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/001-editor.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/001-editor.mu b/sandbox/001-editor.mu index cee50a80..803f02c8 100644 --- a/sandbox/001-editor.mu +++ b/sandbox/001-editor.mu @@ -2,7 +2,7 @@ # temporary main for this layer: just render the given text at the given # screen dimensions, then stop -def! main text:text [ +def main text:text [ local-scope load-ingredients open-console |