Loads a set of elements from a file.
Usages: load(file_name)
: load(file_name, offset [, size
])
where file_name is the name of the file from which the elements are
loaded; offset is the number of elements to skip, from the file,
before loading; and [, size] is an optional parameter, which
specifies the number of elements to be loaded.