view samples/hello.tp @ 244:ae5188be523e

Improve compatibility of new parser with the old one
author Mike Pavone <pavone@retrodev.com>
date Mon, 06 Jan 2014 00:48:19 -0800
parents cd41f7c22fcd
children
line wrap: on
line source

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