Exemplo n.º 1
0
 public DrakonLoop()
 {
     LoopInstructions = new DrakonCodeTree();
 }
Exemplo n.º 2
0
 public DrakonIf()
 {
     TrueInstructions  = new DrakonCodeTree();
     FalseInstructions = new DrakonCodeTree();
 }