Mercurial > repos > tabletprog
view samples/compilerbug_002.tp @ 265:d6a4c9e7716e
Remove remapping of most operators
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 14 Jul 2014 19:03:46 -0700 |
parents | 93ddb4ad6fcb |
children |
line wrap: on
line source
#{ value <- 42 main <- { foo <- { bar <- {value} bar: } print: (string: (foo: )) } }