Mercurial > repos > tabletprog
view samples/compilerbug_004.tp @ 100:9db0e3533b23
Some work on parameterized types
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 08 Aug 2012 09:19:14 -0700 |
parents | 38127fbf5f9d |
children |
line wrap: on
line source
#{ foo <- 42 new <- { #{ bar <- foo } } main <- { print: (string: ((new: ) bar)) . "\n" } }