Mercurial > repos > tabletprog
view samples/intsize.tp @ 348:a840e9a068a2
Get sample builtin to il module working again
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 10 Apr 2015 00:48:42 -0700 |
parents | 9de2572a34a7 |
children |
line wrap: on
line source
#{ main <- { print: (string: (int8: 255)) . "\n" print: (string: 255u8) . "\n" } }