view samples/hello.tp @ 51:90542a7077a9

adding compiler bug test case.
author William Morgan <bill@mrgn.org>
date Fri, 13 Jul 2012 17:57:00 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

#{
	main <- {
		print: "Hello, world!"
	}
}