%! mas964-1.0 % the following sets the background to black * background 0 0 0 % the following is the instantiation of a text token * text 255 0 0 this is some text. it should be displayed in red. % another instantiation * text 0 255 0 this is some text again. it should be displayed in green. % a little curveball by adding an image type, this will be painted blue where 1 is blue, 0 is xparent % the firs 3 params are r,g,b. the second 3 params are image width, height, and image % display size (in this case 2X) * img 0 0 255 8 8 2 11111111 11111111 11111111 11111111 10000001 10000001 10000001 11111111