view samples/compilerbug_004.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 38127fbf5f9d
children
line wrap: on
line source

#{
	foo <- 42
	new <- {
		#{
			bar <- foo
		}
	}

	main <- {
		print: (string: ((new: ) bar)) . "\n"
	}

}