view samples/hello.tp @ 301:5d24b3117aa7

Add startsWith? to string
author Michael Pavone <pavone@retrodev.com>
date Fri, 25 Jul 2014 13:43:36 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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