Check whether a variable with the specified identifier exists.

bool var_by_txt("is_exist", string varname);

Here varname is the name of the variable whose existence we are checking.