I think I have got it.
This commit is contained in:
@@ -271,8 +271,8 @@ dialect of Joy are defined in terms of these:
|
|||||||
| op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
|
| op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
|
||||||
|-----|-------------------|----------------|------------------------------|
|
|-----|-------------------|----------------|------------------------------|
|
||||||
| AND | `/\` | `&&` | `and ` |
|
| AND | `/\` | `&&` | `and ` |
|
||||||
| OR | `\\/` | `\|\|` | `or` |
|
| OR | `\/` | `\|\|` | `or` |
|
||||||
| XOR | `\_\\/_` | `xor` | |
|
| XOR | `_\/_` | `xor` | |
|
||||||
| NOT | `not` | | |
|
| NOT | `not` | | |
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user