view samples/hello.tp @ 284:99c18127da04

Add another SDL_RenderCopy binding in the form of copyRect:To
author Michael Pavone <pavone@retrodev.com>
date Tue, 22 Jul 2014 08:32:39 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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