view samples/compilerbug_004.tp @ 71:01b6f8204cdf

added 'not' message to 'true' and 'false' modules
author William Morgan <bill@mrgn.org>
date Sat, 14 Jul 2012 20:05:51 -0700
parents 38127fbf5f9d
children
line wrap: on
line source

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

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

}