view samples/hello.tp @ 134:34e0befbdd77

Add bitwise operations to int32 in the C backend
author Mike Pavone <pavone@retrodev.com>
date Thu, 08 Aug 2013 19:19:19 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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