view samples/compilerbug_001.tp @ 115:a83989115028

Fix some variable scope issues in the JS backend.
author Mike Pavone <pavone@retrodev.com>
date Mon, 15 Apr 2013 21:13:09 -0700
parents 90542a7077a9
children
line wrap: on
line source

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