Mercurial > repos > tabletprog
view samples/compilerbug_005.tp @ 118:0a66fe3a368a
Allow selection and navigation of assignment nodes.
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 15 Apr 2013 21:55:26 -0700 |
parents | ba032565c7a5 |
children |
line wrap: on
line source
#{ foo <- { "foobar" } bar <- #{ baz <- { print: foo } } main <- { print: foo bar baz } }