view code/test.lm @ 6:0ab6eb5f0190

Implement not, < and <=
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Jul 2014 11:46:34 -0700
parents a9a2ad99adfb
children afd55b32549b
line wrap: on
line source

#{
	init <- {
		#[1 2 3 4]
	}
	
	main <- {
		if: (isInteger?: 1 | [(2 + 32 * 8) 3 4]) {
			42
		} else: {
			24
		}
	}
}