예제 #1
0
파일: Functions.cs 프로젝트: shoff/Rant
 private static bool Dist(Interpreter interpreter, RantPattern source, Stringe tagname, Argument[] args)
 {
     interpreter.Print(interpreter.GetMarkerDistance(args[0], args[1]));
     return(false);
 }