Mercurial > repos > tabletprog
view samples/intsize.tp @ 201:d2e0664ba73e
Don't allow assignments to module variables
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 28 Aug 2013 01:05:14 -0700 |
parents | 9de2572a34a7 |
children |
line wrap: on
line source
#{ main <- { print: (string: (int8: 255)) . "\n" print: (string: 255u8) . "\n" } }