pen(3)
if(1)
{
  color(255,0,0)
  if (4)
  {
    pen(10)
  }
}
if(0)
{
  if(456)
  {
    pen(0)
  }
  color(0,255,0)
}
forward(100)