view samples/hello.tp @ 49:f2cda2e6f70e

Fix os open to optionally take a file permission bit parameter. Update example to use this parameter. Add support for hex and binary integer literals
author Mike Pavone <pavone@retrodev.com>
date Fri, 13 Jul 2012 14:16:51 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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