view samples/hello.tp @ 197:1417f13f219c

Added string method to true and false modules
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Aug 2013 22:50:48 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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