view samples/hello.tp @ 241:c50f77de41d1

Small fix to call to method implemented on current object check
author Mike Pavone <pavone@retrodev.com>
date Sun, 05 Jan 2014 20:54:22 -0800
parents cd41f7c22fcd
children
line wrap: on
line source

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