Modify a text file: $/old/xMQ123.txt
$/old/xMQ123.txt
background( 250,300,350); fill( 10,10, 355); rect( 15-25,0+20, 50,60); // body fill( 355,10,355 ); ellipse( 4,8, 24,28); // head //Rectangles rect( 30,20, 15,60-20 ); //arm rect( 25,80, 15,80-20 ); //leg rect( -30,-20, -15,60-20 ); //arm rect( -25,-80, -15,80-20 ); //leg