Modify a text file: $/MP203.pde
$/MP203.pde
// MP203 size( 400, 300 ); background( 255,255,0 ); fill( 255,0,0 ); rect( 10, 20, 30, 40 );