Mercurial > repos > tabletprog
view samples/compilerbug_003.tp @ 334:98534108b854
Add width and height accessors to texture objects in SDL module
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 30 Mar 2015 19:12:40 -0700 |
parents | 86ebdfb33711 |
children |
line wrap: on
line source
{ foo <- { 42 } #{ qux <- foo: bar <- #{ baz <- { foo: } } main <- { print: (string: (bar baz)) } } }