comparison code/test.lm @ 8:494ef2e3a756

Properly pass initial arguments to main
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Jul 2014 13:59:43 -0700
parents afd55b32549b
children
comparison
equal deleted inserted replaced
7:afd55b32549b 8:494ef2e3a756
7 myState <- 24 7 myState <- 24
8 } 8 }
9 #[myState 1] 9 #[myState 1]
10 } 10 }
11 11
12 main <- { 12 main <- :initWorld mystery{
13 #[0 step] 13 #[0 step]
14 } 14 }
15 } 15 }