view samples/hello.tp @ 196:228df5004ab5

Define methods in an object before running populate symbols on those methods to avoid a bug in which self was not properly marked as closed over due to a method not being defined when a symbol search was done
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Aug 2013 21:38:09 -0700
parents cd41f7c22fcd
children
line wrap: on
line source

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