diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-27 01:00:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-27 01:00:05 +0300 |
commit | 036e325e8a8be79a364004128eb2e9a936c0b393 (patch) | |
tree | 368bd552fce985b9c3257a9804c782485cc742a4 /src/emap/script_buildins.h | |
parent | 9421aeddd73397479def88d6776f01ee16cba7b8 (diff) | |
download | evol-hercules-036e325e8a8be79a364004128eb2e9a936c0b393.tar.gz evol-hercules-036e325e8a8be79a364004128eb2e9a936c0b393.tar.bz2 evol-hercules-036e325e8a8be79a364004128eb2e9a936c0b393.tar.xz evol-hercules-036e325e8a8be79a364004128eb2e9a936c0b393.zip |
Add script function for check is hash table exists.
New script function: htexists.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index 176feb0..2066432 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -80,6 +80,7 @@ BUILDIN(htPut); BUILDIN(htClear); BUILDIN(htDelete); BUILDIN(htSize); +BUILDIN(htExists); BUILDIN(htIterator); BUILDIN(htiNextKey); BUILDIN(htiCheck); |