Home  Contents

loadfile

Global Lua Commands

SYNOPSIS

loadfile([filename])

DESCRIPTION

Similar to load, but gets the chunk from file filename or from the standard input, if no file name is given.

SEE ALSO