Exemplo n.º 1
0
 public void Break([NotNull] Operand op)
 {
     compiler.Break(op.Name);
 }