main_screen
, source_rect
, dest_rect
, and image
:.local pmc image
.local int image_type
find_type image_type, 'SDL::Image'
image = new image_type, 'examples/sdl/parrot_small.png'
main_screen.'blit'( image, source_rect, dest_rect )
main_screen.'update_rect'( dest_rect )