Witaj Świecie!

takeOff();
flyUp(200, 'cm');
for(var i=0; i<5; i++) {
 yawLeft(Math.random()*360-180);
 hover(2);
 flipBackward();
}
land();