Exemple #1
0
 /*
  * Push a marker onto the stack.
  */
 internal void PushMarker()
 {
     Push(XValue.MakeMarker(topMarker));
     topMarker = stackPtr;
 }