view samples/compilerbug_001.tp @ 327:860075fdc2d3

Add the beginning of a vector module
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 Mar 2015 23:13:13 -0700
parents 90542a7077a9
children
line wrap: on
line source

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