view samples/compilerbug_002.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 93ddb4ad6fcb
children
line wrap: on
line source

#{
	value <- 42
	main <- {
		foo <- {
			bar <- {value}
			bar:
		}
		print: (string: (foo: ))
	}
}