deleted the isnil operator and added the backquote operator to mean notnil

This commit is contained in:
2012-12-19 14:11:07 +00:00
parent 092a8106b2
commit 0dc6c0863e
10 changed files with 113 additions and 92 deletions

View File

@ -81,7 +81,7 @@ static const qse_char_t* unrop_str[] =
QSE_T("-"),
QSE_T("!"),
QSE_T("~~"),
QSE_T("!:")
QSE_T("`")
};
static const qse_char_t* incop_str[] =