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