view samples/hello.tp @ 219:b70be565d54c

Fix check of return value from env.find in symbol.quote so that falsey found values do not cause trouble.
author Michael Pavone <pavone@retrodev.com>
date Mon, 23 Dec 2013 14:22:20 -0800
parents cd41f7c22fcd
children
line wrap: on
line source

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