Merge pull request #18 from G-e-n-e-v-e-n-s-i-S/file-exists

Add exists_in_package script function
This commit is contained in:
GenevensiS
2024-09-26 15:22:15 +02:00
committed by GitHub
8 changed files with 79 additions and 4 deletions
@@ -102,6 +102,7 @@ $built_in_functions = array(
// other
'trace' =>'',
'assert' =>'',
'exists_in_package' =>'',
);