view samples/hello.tp @ 258:fb922651db29

Pass size parameter to _init in bytearray
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 May 2014 09:48:09 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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