Example #1
0
 public SymbolicValue PeekValue(int nth)
 {
     return(ExpressionStack.ToList()[nth]);
 }