You are here

public function WebformEvalMathStack::push in Webform Calculator 7.2

File

./matheval.class.php, line 373

Class

WebformEvalMathStack

Code

public function push($val) {
  $this->stack[$this->count] = $val;
  $this->count++;
}