void Xsimple(void) { Word *a; Var *v; a = shell->stack->words; if (!a) { Xerror("empty argument list"); return; } v = vlookup(a->word); }