Mercurial > repos > tabletprog
view samples/compilerbug_002.tp @ 92:6abbf2454657
merge
author | William Morgan <bill@mrgn.org> |
---|---|
date | Mon, 23 Jul 2012 01:07:52 -0700 |
parents | 93ddb4ad6fcb |
children |
line wrap: on
line source
#{ value <- 42 main <- { foo <- { bar <- {value} bar: } print: (string: (foo: )) } }