.. highlightlang:: us .. _load: load ==== .. index:: load .. us.tag load ENGLISH Programming.Symboltable :ref:`load` reads files with UniScript commands and functions. Commands are executed and functions are compiled. .. function:: bool = load(ssFileName) .. us.return **Return Value** *bool* is TRUE (1) when the file *ssFileName* can be read, and FALSE (0) if it cannot. .. us.params **Parameters** .. uparam:: ssFileName *ssFileName* is the complete file name of the UniScript file. UniScript files normally carry the file extension :file:`.ic`. .. seealso:: :ref:`overview-programming`, :ref:`evalp_file`, :ref:`loadlib`, :ref:`loadiclib`, :ref:`clear` :sub:`id-2049666`