clear  white;

function xxxxx 2 arg0 arg1;
color red;
print random 640 random 480  "Test function";
end;

// komente jest ignorowany;
var i 0;
var s 7;
i = rgb 0 255 0;
color i;
print random 640 random 480  "Test string;";

color gray40;
print random 640 random 480  "Test string;";

color indigo;
rectangle random 640 ran@dom 480  random 640 random 480 1;

color gold;
ellipse random 640 random 480  random 640 random 480 0;

color black;

function test 0;
	primitive_begin linestrip;
	vertex 100 100;
	vertex 100 200;
	vertex 200 200;
	primitive_end;
end;
color gray40;
print random 640 random 480  xxx;

xxxxx 100 230;
test;

