Example #1
0
 //申请实数数组
 public void NewRealArray()
 {
     operandStack.Push(heap.AllocRealArray((int)PopIntConst().IntValue));
 }