These functions are global and can be called without object.
Reads and evaluates a local file at filename.
include(filename);
include("otherScript.acod"); //Read and evaluate a script named "otherScript.acod".
Auto-inclusion (or circular inclusion) will lead to an infinite loop.
Encoding represents a string encoding.