Mercurial > repos > tabletprog
view samples/stringops.tp @ 50:3e8d2a91102c
Improve tpc.js compiler driver with some nice swithc handling and fix a small bug in syntax error reporting.
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 13 Jul 2012 17:03:59 -0700 |
parents | 27a2167663dd |
children | 7dfa4481deb0 |
line wrap: on
line source
#{ main <- { print: "foo: " . 42 . "\n" print: (string: (length: "foo" . "bar")) . "\n" } }