Mercurial > repos > tabletprog
view samples/intsize.tp @ 373:a694ffa8d461
Filter out compiled programs from the samples and modules directories
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 12 Aug 2015 19:16:59 -0700 |
parents | 9de2572a34a7 |
children |
line wrap: on
line source
#{ main <- { print: (string: (int8: 255)) . "\n" print: (string: 255u8) . "\n" } }