예제 #1
0
 public override void Eval(Executor exec)
 {
     string s = exec.PeekString();
     exec.Push(Directory.Exists(s));
 }