int a = 4;
bool b = true;
rect myrect = 10, 10, 10, 10, red;

block myblock{
   move myrect right 1;
}

drawloop {
	run myblock;
}
