Add exists_in_package script function (#86)

* add exists_in_package script function

* Update index.txt
This commit is contained in:
GenevensiS
2024-09-27 04:03:27 +02:00
committed by GitHub
parent d0522f6a09
commit e72ee85525
8 changed files with 80 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;
}
?>
?>