include
include(t_file) =>t/ error
Description
Loads the file with name t_file in SKILL regardless of any errors in the file.
Arguments
|
Name of the file you want to load; it should be a string value. |
Value Returned
Examples
include("./test.il")
t
include("")
*WARNING* open : empty file name
*Error* include: can't access file - ""
Return to top