view samples/hello.tp @ 300:ea94b1e43c97

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

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