Joy Online Manual
NAME |
source - Load files named by string arguments |
SYNOPSIS |
source("file1", "file2", ...)
DESCRIPTION |
This function evaluates the contents of the named files as JavaScript source code. There is no return value. If an error occurs in evaluating a file, the remaining files will not be loaded. |
Index |