|
hop()
|
| |
Move forward one space.
|
|
|
hop(n) where n is an integer > 0
|
| |
Move forward n spaces.
|
|
|
pick()
|
| |
Pick a flower from the current location.
|
|
|
plant()
|
| |
Plant a flower at the current location.
|
|
|
toss()
|
| |
Toss a flower one space ahead.
|
|
|
give()
|
| |
Give a flower to a Jeroo in the space directly ahead of this Jeroo.
|
|
|
give( relative_direction )
|
| |
Give a flower to a Jeroo in an adjacent space.
|
|
|
turn( relative_direction )
|
| |
Turn in the indicated direction, but stay in the same location.
|
|