view samples/hello.tp @ 342:884cd5d54c0f

Bugfix to array find:withDefault and a small optimization to array map
author Michael Pavone <pavone@retrodev.com>
date Sun, 05 Apr 2015 22:49:40 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

#{
	main <- {
		print: "Hello, world!"
	}
}