예제 #1
0
 public Continue(ValInstant level)
     : base(level)
 {
 }
예제 #2
0
 public LoopControl(ValInstant level)
 {
     Level    = level;
     _omitted = false;
 }
예제 #3
0
 public Break(ValInstant level)
     : base(level)
 {
 }
예제 #4
0
 public LoopControl()
 {
     Level    = 1;
     _omitted = true;
 }