input

Usage:

file >> variable

Reads from the specified file into the provided variable. This file may be a file object, from file() or a /savefile.

shift

Usage:

x >> y

Returns:

The bits of x shifted right y times.