ReadFunction -- read a function from a file (V4.0)
Synopsis
func = ReadFunction(id)
Library
serializer
Function
This function reads a Hollywood function from the file specified by id
and returns it. Reading starts from the current file cursor position which
you can modify using the Seek() command.
The function must have been written to the file by the WriteFunction()
command.