view samples/compilerbug_001.tp @ 258:fb922651db29

Pass size parameter to _init in bytearray
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 May 2014 09:48:09 -0700
parents 90542a7077a9
children
line wrap: on
line source

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