Mercurial > repos > tabletprog
view samples/stringops.tp @ 89:f23ecd4e22af
Remove some cruft from cbackend
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 23 Jul 2012 07:59:34 -0700 |
parents | 27a2167663dd |
children | 7dfa4481deb0 |
line wrap: on
line source
#{ main <- { print: "foo: " . 42 . "\n" print: (string: (length: "foo" . "bar")) . "\n" } }