% Push int Constant
meth iconst_2 =^ ( ·
var D : DataInfoInt ·
var CurrentFrame : FrameInfo ·
TopFrame.GetFrame(CurrentFrame);
% Setting the constant onto the Operand stack
D.SetInfo(2);
currentFrame.Push (D);
TopFrame.SetFrame(CurrentFrame);
end end
)
end