Hello everyone! Ive wondered how you use the logical operators "And" and "or" in Scar/pascal.
In other languages ive usen the operators were "||" for the operator "or" and "&&" for the operator "and". Now i wonder if its the same in scar/pascal?
examples
SCAR Code:if(myBoolean && myTimer > 500) then.....SCAR Code:if(myBoolean || myOtherBoolean) then...


Reply With Quote









