So I want to make a code that categorizes words to match it with a phrase.
catString
is a string inputted by the user. I want it to execute the rest of the code only if this input is fire or smoke.
Here's the line I'm having trouble with:
if(catString = "fire" || "smoke" );