add exists_in_package script function

This commit is contained in:
GenevensiS
2024-09-17 06:13:01 +02:00
parent 4767332060
commit 4054443a72
7 changed files with 79 additions and 5 deletions
@@ -101,6 +101,7 @@ $built_in_functions = array(
// other
'trace' =>'',
'assert' =>'',
'exists_in_package' =>'',
);
@@ -232,4 +233,4 @@ function highlight_script_string($code) {
return $code;
}
?>
?>