view samples/hello.tp @ 340:7279e21dad68

Fix internal variable name generation for certain float values
author Michael Pavone <pavone@retrodev.com>
date Sun, 05 Apr 2015 21:34:49 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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