view samples/stringops.tp @ 106:76a21129e8f5

Added new bubble and capture mquery functions from the spreadsheet project.
author Mike Pavone <pavone@retrodev.com>
date Fri, 12 Apr 2013 19:25:54 -0700
parents 27a2167663dd
children 7dfa4481deb0
line wrap: on
line source

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