Mercurial > repos > tabletprog
view samples/stringops.tp @ 112:c0cf9444cf88
Add quotes to strings in editor
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 14 Apr 2013 18:16:03 -0700 |
parents | 27a2167663dd |
children | 7dfa4481deb0 |
line wrap: on
line source
#{ main <- { print: "foo: " . 42 . "\n" print: (string: (length: "foo" . "bar")) . "\n" } }