Beispiel #1
0
 public DrakonLoop()
 {
     LoopInstructions = new DrakonCodeTree();
 }
Beispiel #2
0
 public DrakonIf()
 {
     TrueInstructions  = new DrakonCodeTree();
     FalseInstructions = new DrakonCodeTree();
 }