view samples/intsize.tp @ 229:7435367a932a

Allow newlines between binary operator and the right argument to the operator
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Jan 2014 21:02:11 -0800
parents 9de2572a34a7
children
line wrap: on
line source

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