public override void Eval(Executor exec) { string s = exec.PeekString(); exec.Push(Directory.Exists(s)); }