Mercurial > repos > tabletprog
view samples/compilerbug_004.tp @ 181:f188723c15b4
Add call instruction to x86 module
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 24 Aug 2013 16:21:42 -0700 |
parents | 38127fbf5f9d |
children |
line wrap: on
line source
#{ foo <- 42 new <- { #{ bar <- foo } } main <- { print: (string: ((new: ) bar)) . "\n" } }