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

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