view samples/hello.tp @ 62:f57b2f4048d0

Fix funcall.populateSymbols to use the fixed up name when doing the initial symbol.find. This ensures the parent tree is properly produced
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 04:19:29 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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