Julia Programming Language
"and", "or", bitwise or shortcircuit, what we get searching docs
New to Julia
Tamas_Papp
September 11, 2020, 1:05pm
62
Yes. Ideally
help?>"and"
would show
&&
and
&
. Similarly for
or
.
1 Like
← previous page
Related topics
Topic
Replies
Views
Activity
Syntactic sugar: (x==2) and y=12 ; or even (x == 2) && y=12
Internals & Design
8
1199
May 21, 2018
Unexpected precedence of `&` and `|`?
New to Julia
1
357
June 22, 2021
Understanding Julia
New to Julia
python
4
555
September 9, 2022
Internals of assignment when doing short circuit evaluation
General Usage
8
143
November 4, 2024
`not`, `and`, `or` as logical operator keyword
Internals & Design
9
1742
February 7, 2022