added: two ezc functions:

void winix_postvar_value_is(Info & i);
       void winix_postvar_value_is_not(Info & i);



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@824 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-03-28 00:09:27 +00:00
parent e83fd91423
commit 09bfdf9e77
3 changed files with 21 additions and 0 deletions

View File

@@ -560,6 +560,8 @@ void Templates::CreateFunctions()
ezc_functions.Insert("true", winix_true);
ezc_functions.Insert("winix_has_postvar", winix_has_postvar);
ezc_functions.Insert("winix_postvar", winix_postvar);
ezc_functions.Insert("winix_postvar_value_is", winix_postvar_value_is);
ezc_functions.Insert("winix_postvar_value_is_not", winix_postvar_value_is_not);
ezc_functions.Insert("str", str);
ezc_functions.Insert("strnc", strnc);