f_not
exec_f f_not;
if (next->execute == f_not) {
while (node != NULL && node->execute == f_not) {
if (next->execute == f_not)
{ "-not", c_simple, f_not, 0 },
{ "!", c_simple, f_not, 0 },