view samples/stringops.tp @ 109:a647cdad620b

Small fix to selecting a funcall method/function name
author Mike Pavone <pavone@retrodev.com>
date Sat, 13 Apr 2013 17:33:14 -0700
parents 27a2167663dd
children 7dfa4481deb0
line wrap: on
line source

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