As a newbie in Julia, I’d like to understand the “logical” concept in Julia.
For instance, Can some one plz explain to me why
3 & 5 > 0
is true
while
8 & 5 > 0
is false
What is the order of reading these two logical script? is is right to left or left to right? Tnx