Interpreter prototype alpha
c++ interpreter for make believe language
 
Loading...
Searching...
No Matches

◆ resetVariableValue()

void Interpreter::resetVariableValue ( std::shared_ptr< forNode > &  forobj)
private

reset a variable in a for loop back to it's original value after the for loop has finished executing

Parameters
TKNodea pointer to an ifnode type node
Returns
void