You are looking at a command called poke

poke {object}
poke {object} with {object}


You can poke an object as you would push an object.

This is useful for getting one object off another eg:
put the cat on the chair
poke the cat

You can optionally use another object to poke the first eg:
poke the slime with the stick

read the command called push
read the command called prod
Code