Example #1
0
 public override void Compile(CompilerBase state)
 {
     Row.Compile(state);
     Col.Compile(state);
     state.InsertLC(Value);
     state.InsertARRAYMAKE();
 }