view samples/stringops.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 27a2167663dd
children 7dfa4481deb0
line wrap: on
line source

#{
	main <- {
		print: "foo: " . 42 . "\n"
		print: (string: (length: "foo" . "bar")) . "\n"
	}
}