changed a single-quoted string to support no escaping.

added a not-defined/is-nil operator
This commit is contained in:
2012-12-15 15:30:13 +00:00
parent eb944bbf95
commit 14648534b3
4 changed files with 50 additions and 8 deletions

View File

@ -90,7 +90,8 @@ enum qse_awk_unrop_type_t
QSE_AWK_UNROP_PLUS,
QSE_AWK_UNROP_MINUS,
QSE_AWK_UNROP_LNOT,
QSE_AWK_UNROP_BNOT
QSE_AWK_UNROP_BNOT,
QSE_AWK_UNROP_ND
};
enum qse_awk_incop_type_t