Mercurial > repos > tabletprog
view samples/intsize.tp @ 265:d6a4c9e7716e
Remove remapping of most operators
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 14 Jul 2014 19:03:46 -0700 |
parents | 9de2572a34a7 |
children |
line wrap: on
line source
#{ main <- { print: (string: (int8: 255)) . "\n" print: (string: 255u8) . "\n" } }