Skip to content

Commit 9d9124d

Browse files
committed
Link bitwise operators
1 parent 8a8fce0 commit 9d9124d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/operators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#Operators
22

3-
Operators in ZX Basic ranges from arithmetical and logical to bitwise ones.
3+
Operators in ZX Basic can be arithmetical, logical and [bitwise](bitwiselogic.md) ones.
4+
For bitwise operators checks the [Bitwise Operators](bitwiselogic.md) page.
45

56
## Arithmetic Operators
67

0 commit comments

Comments
 (0)