diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-26 19:10:27 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-26 19:10:27 -0300 |
commit | 76faa84a9eb42a383364905bd0f5990a152ff09b (patch) | |
tree | 881a70fc324736483a986d437a417683b194e520 /server/scripts/evol_script_commands.txt | |
parent | 8a589943382cf907f069f063e6e6b2ffc6aa64d8 (diff) | |
download | docs-76faa84a9eb42a383364905bd0f5990a152ff09b.tar.gz docs-76faa84a9eb42a383364905bd0f5990a152ff09b.tar.bz2 docs-76faa84a9eb42a383364905bd0f5990a152ff09b.tar.xz docs-76faa84a9eb42a383364905bd0f5990a152ff09b.zip |
Update docs
Diffstat (limited to 'server/scripts/evol_script_commands.txt')
-rw-r--r-- | server/scripts/evol_script_commands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index f03675b..f40f7f2 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -828,6 +828,16 @@ calculating the size. Example: .@len = htsize .@ht_id; +--------------------------------------- + +*htexists id; + +Check is given hash table exists. +Return false if hash table not exists. +Return true if hash table exists. + +Example: + .@exists = htexists .@ht_id; --------------------------------------- |