view samples/intsize.tp @ 182:ab7c142090a0

Make method names available at runtime so they can be included in method not implemented error messages
author Mike Pavone <pavone@retrodev.com>
date Sat, 24 Aug 2013 19:02:59 -0700
parents 9de2572a34a7
children
line wrap: on
line source

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