Mercurial > repos > tabletprog
view samples/compilerbug_004.tp @ 110:d715fb3c39ab
Implemented clicking on symbols inside inscope box to replace function name in funcall.
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 13 Apr 2013 23:37:54 -0700 |
parents | 38127fbf5f9d |
children |
line wrap: on
line source
#{ foo <- 42 new <- { #{ bar <- foo } } main <- { print: (string: ((new: ) bar)) . "\n" } }