From 6f78659ffda7c1eb4ed1a76c4ce0f28ba9369f2d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Feb 2018 00:57:09 +0300 Subject: Add documentation for script function htexists. --- server/scripts/evol_script_commands.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; --------------------------------------- -- cgit v1.2.3-70-g09d2