Mercurial > repos > tabletprog
view samples/compilerbug_004.tp @ 115:a83989115028
Fix some variable scope issues in the JS backend.
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 15 Apr 2013 21:13:09 -0700 |
parents | 38127fbf5f9d |
children |
line wrap: on
line source
#{ foo <- 42 new <- { #{ bar <- foo } } main <- { print: (string: ((new: ) bar)) . "\n" } }