예제 #1
0
 public override void Eval(ExecutionEnvironment env)
 {
     env.Go(distance.Eval(env).As <TurtInteger>());
 }