view samples/compilerbug_001.tp @ 340:7279e21dad68

Fix internal variable name generation for certain float values
author Michael Pavone <pavone@retrodev.com>
date Sun, 05 Apr 2015 21:34:49 -0700
parents 90542a7077a9
children
line wrap: on
line source

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