Mercurial > repos > tabletprog
view samples/compilerbug_003.tp @ 318:4c669942c30d
Add bindings for SDL_CreateTexture, SDL_LockTexture, SDL_SetBlendMode and SDL_GetBlendMode in SDL module
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 19 Mar 2015 22:40:43 -0700 |
parents | 86ebdfb33711 |
children |
line wrap: on
line source
{ foo <- { 42 } #{ qux <- foo: bar <- #{ baz <- { foo: } } main <- { print: (string: (bar baz)) } } }