view samples/intsize.tp @ 238:3bfc00e4f5e5

Eval lambda assignments at macro expandion time so they can be called by macros
author Mike Pavone <pavone@retrodev.com>
date Sun, 05 Jan 2014 19:27:41 -0800
parents 9de2572a34a7
children
line wrap: on
line source

#{
	main <- {
		print: (string: (int8: 255)) . "\n"
		print: (string: 255u8) . "\n"
	}
}