Minor edits.
This commit is contained in:
parent
72c325c1f2
commit
fecd3e1d02
|
|
@ -261,10 +261,9 @@ dialect of Joy are defined in terms of these:
|
||||||
|
|
||||||
< > >= <= != <> =
|
< > >= <= != <> =
|
||||||
|
|
||||||
and or xor (These are the bitwise ops.)
|
|
||||||
lshift rshift
|
lshift rshift
|
||||||
|
|
||||||
/\ \/ _\/_ (These are the logical ops. Booleans)
|
/\ \/ _\/_ (These are the logical ops that work on Booleans.)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue