extern void object::Example()
{
	
	grab();
	turn(90);
	drop();
	
	turn(-180);
	
	grab();
	turn(90);
	drop();
	
}
