view samples/hello.tp @ 144:547153211389

Fix fold:with foldr:with and map in the array module
author Mike Pavone <pavone@retrodev.com>
date Fri, 09 Aug 2013 03:58:42 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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