val method

MathValue val(
  1. int index
)

Implementation

MathValue val( int index ){
	return _var[index];
}