view samples/compilerbug_005.tp @ 65:b4190db72288

Add sample for bug triggered by accessing a lambda-defined message in variable style
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 04:56:05 -0700
parents
children ba032565c7a5
line wrap: on
line source

#{
	foo <- { "foobar" }
	main <- {
		print: foo
	}
}