view samples/hello.tp @ 293:2b045d5b673b

Add binding for sdl mouse motion event
author Michael Pavone <pavone@retrodev.com>
date Thu, 24 Jul 2014 09:43:18 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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