public GotoIfNegCommand(SplLabel jumpTo) : base(jumpTo) { }
public GotoCommand(SplLabel jumpTo) { JumpTo = jumpTo; }