0 Members and 2 Guests are viewing this topic.
Right now I'm working on making a TNS (that was created with Lua2TI or the likes) to a Lua source file.
c = “”function on.charIn(ch) c = ch platform.window:invalidate()endfunction on.paint(gc) gc:setFont(“sansserif”, “r”, 10) gc:drawString(c, 0, 0, “top”)end
unexpected symbol near 'char(239)'
I am a proud cynic.