comparison code/test.lm @ 2:71e8d638da5c

Add operator support to lmc
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Jul 2014 09:32:12 -0700
parents 68d1447bfdbe
children a9a2ad99adfb
comparison
equal deleted inserted replaced
1:68d1447bfdbe 2:71e8d638da5c
2 init <- { 2 init <- {
3 #[1 2 3 4] 3 #[1 2 3 4]
4 } 4 }
5 5
6 main <- { 6 main <- {
7 [1 2 3 4] 7 1 | [(2 + 32 * 8) 3 4]
8 } 8 }
9 } 9 }