Exemplo n.º 1
0
 private static bool Unpin(Interpreter interpreter, Source source, Stringe tagname, Argument[] args)
 {
     interpreter.Unpin(args[0].GetString());
     return(false);
 }