How can you compare against multiple possibilities in one argument?
Example:
if ((integer == 2) || (integer == 5)) if ((string == \"hello\") || (str
Create a variadic function or one that receives an array of strings for the comparison.