Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
i know it sounds odd but i believe you use the + sign, at least thats what i see in other examples and have used myself
Your way works when asking "Boolean" questions. A Boolean is special data type in programming that is either a 1 or 0 or True or False. Unless of course we are talking about Quantum Boolean variables but not in the mood to talk about cats.so some times it is a combo and sometimes it does if 1 or the other is valid? i'll never get ahold of this coding. lol
#hasfeat[fFeat1] + #hasfeat[fFeat2] <> 0
If #hasfeat[fFeat1] = BOOLEAN_TRUE
or #hasfeat[fFeat2] = BOOLEAN_TRUE;
//Here do something when we have either feats
else;
//Here do something when we do NOT have either feat
endif;