view samples/stringops.tp @ 70:0efd25a4958a

Update true and false with improved versions from ICFP contest project
author Mike Pavone <pavone@retrodev.com>
date Sat, 14 Jul 2012 19:32:14 -0700
parents 27a2167663dd
children 7dfa4481deb0
line wrap: on
line source

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