view samples/compilerbug_001.tp @ 77:8a9b96888b7d

Fix another symbol table/closure bug
author Mike Pavone <pavone@retrodev.com>
date Sun, 15 Jul 2012 13:13:06 -0700
parents 90542a7077a9
children
line wrap: on
line source

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