Exemple #1
0
 //申请整数数组
 public void NewIntArray()
 {
     operandStack.Push(heap.AllocIntArray((int)PopIntConst().IntValue));
 }