add notes of some native functions in lib.nas

This commit is contained in:
ValKmjolnir
2022-01-26 23:51:25 +08:00
parent b92eb4b089
commit 05ab4640da
2 changed files with 159 additions and 27 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ nasal_ref builtin_import(std::vector<nasal_ref>& local,nasal_gc& gc)
{
// this function is used in preprocessing.
// this function will return nothing when running.
return builtin_err("import","must use this function in global scope");
return builtin_err("import","this function is used to link files together");
}
nasal_ref builtin_die(std::vector<nasal_ref>& local,nasal_gc& gc)
{