Ejemplo n.º 1
0
        private void ld_local(int no)
        {
            object p = localVar.GetValue(no);

            StackPush(p);
        }