NNNDKFH633YFWJQVCS4H7XAX3BK44JN3PVD3EEKTN6E6GIGR67AQC function App.screen.draw(obj, x,y)if type(obj) == 'userdata' then-- ignore most things as graphics the test harness can't handleelseif obj.type == 'text' thenApp.screen.print(obj.data, x,y)elseprint(obj.type)assert(false)endend