public GotoIfNegCommand(SplLabel jumpTo)
     : base(jumpTo)
 {
 }
Exemple #2
0
 public GotoIfNegCommand(SplLabel jumpTo) : base(jumpTo)
 {
 }
 public GotoCommand(SplLabel jumpTo)
 {
     JumpTo = jumpTo;
 }
Exemple #4
0
 public GotoCommand(SplLabel jumpTo)
 {
     JumpTo = jumpTo;
 }