about summary refs log tree commit diff stats
path: root/sandbox
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-01-11 22:43:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-01-11 22:43:01 -0800
commit218e8cf2677e0d6a359a0af4963a33c82ce960b9 (patch)
tree551919a897cdc6ca02223dc81594cab7c0a2f9a9 /sandbox
parent717d6cddc1464df9744a37056016b9f4230ab650 (diff)
downloadmu-218e8cf2677e0d6a359a0af4963a33c82ce960b9.tar.gz
3733
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/001-editor.mu2
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
'n125' href='#n125'>125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198