| bunny.throwAnvil ( [Obj] squashThis) | |||
| Do in order | |||
| bunny.gotoAnvil | |||
| anvil move to squashThis ( right = 0 , up = 2 , forward = 0 ) | |||
| Do together | |||
| anvil move down 2 meters | |||
| squashThis resize 0.5 top to bottom | |||
| bunny.gotoAnvil ( ) | |
| bunny turn to face anvil | |
| bunny move forward ( bunny distance to anvil ) | |
| world.my first method ( ) | |||
| If ( ( subject = Chicken 's width ) > ( subject = penguin 's width ) ) | |||
| If ( world.mysteryFunction input1 = Chicken input2 = penguin ) | |||
| //??????? | |||
| Else | |||
| //??????? | |||
| Else | |||
| If ( world.mysteryFunction input1 = penguin input2 = Chicken ) | |||
| //??????? | |||
| Else | |||
| //??????? | |||
| Boolean world.mysteryFunction ( [Obj] input1, [Obj] input2) | ||
| If ( ( subject = input1 's height ) > ( subject = input2 's height ) ) | ||
| Return true | ||
| Else | ||
| Return false | ||
| world.my first method ( ) | ||||
| Loop 5 times times | ||||
| Do in order | ||||
| Loop 2 times times | ||||
| // # of times this happens: | ||||
| Loop 10 times times | ||||
| // # of times this happens: | ||||
| world.my first method ( ) | ||
| While ( ( penguin distance above ground ) < 5 ) | ||
| penguin move up 1 meter | ||
| world.my first method ( ) | ||
| While ( ( penguin distance above ground ) <= 5 ) | ||
| penguin move up 1 meter | ||