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

◆ isInKEYWORDSarr()

bool tokens::isInKEYWORDSarr ( const std::string &  toCheck)
static

checks if the passed in toCheck arg is a keyword in the language

Parameters
toCheckthe string to test
Returns
bool