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

◆ alreadyExistingVariable()

bool VariableNode::alreadyExistingVariable ( const std::string &  toCheck,
const std::string &  stacktype 
)
static

checks if the variable name in toCheck is an exisitng variable

Parameters
toCheckvariable name
stacktypethe stack to push it onto, whether number of word stack
Returns
bool