new const NUMBERS[][] ={ 10, 15, 30}
if( gVariable == "any of the numbers inside const NUMBERS" )
if( gVariable == 10 || 15 || 30 )
if( gVariable == NUMBERS[0] || NUMBERS[1] || NUMBERS[2]