Pabl0o0

Untitled

Nov 30th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. else if (this->s_value == "++"){
  2. result = c_children[0]->getResult(i_variables_values, sp_variables, i_variable_length) + c_children[1]->getResult(i_variables_values, sp_variables, i_variable_length) + c_children[2]->getResult(i_variables_values, sp_variables, i_variable_length);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment