示例#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);
 }