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
Ampersand Operator not consistent with help?
General Usage
15
1162
February 7, 2020
A Plea for Bit-Twiddlers! (please keep ! as logical negation, separate from bitwise negation!)
Internals & Design
49
5262
January 15, 2018
Missing documentation for ? operator, and how to improve documentation
New to Julia
question
13
662
September 1, 2023
Is there no hope of fixing a < b & c < d before v1.0?
General Usage
18
2042
June 1, 2018
Proposal: `then`, `else` syntax to replace `&&`, `||` short-circuiting
Internals & Design
54
4883
January 28, 2017