Mercurial > repos > tabletprog
view samples/compilerbug_004.tp @ 349:60292f131de9
Make map actually work right on hashmaps
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 10 Apr 2015 01:19:10 -0700 |
parents | 38127fbf5f9d |
children |
line wrap: on
line source
#{ foo <- 42 new <- { #{ bar <- foo } } main <- { print: (string: ((new: ) bar)) . "\n" } }