deleted the isnil operator and added the backquote operator to mean notnil
This commit is contained in:
@ -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[] =
|
||||
|
Reference in New Issue
Block a user