view samples/compilerbug_001.tp @ 109:a647cdad620b

Small fix to selecting a funcall method/function name
author Mike Pavone <pavone@retrodev.com>
date Sat, 13 Apr 2013 17:33:14 -0700
parents 90542a7077a9
children
line wrap: on
line source

#{
	value <- 0
	
	main <- {
		f <- {value}
		f:
	}
}