% Push the null Constant

meth aconst_null =^ ( ·

var CurrentFrame : FrameInfo ·

TopFrame.GetFrame(CurrentFrame);

% Setting the constant onto the Operand stack

currentFrame.Push (null);

TopFrame.SetFrame(CurrentFrame);

end

)

end