view samples/compilerbug_002.tp @ 102:92ff9630897a

Remove explicit calls to lazyinit that were no longer necessary.
author Mike Pavone <pavone@retrodev.com>
date Thu, 09 Aug 2012 19:11:42 -0700
parents 93ddb4ad6fcb
children
line wrap: on
line source

#{
	value <- 42
	main <- {
		foo <- {
			bar <- {value}
			bar:
		}
		print: (string: (foo: ))
	}
}