aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/bit.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/bit.rst')
-rw-r--r--docs/source/lang/bit.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/source/lang/bit.rst b/docs/source/lang/bit.rst
index c342fdd..dd5c050 100644
--- a/docs/source/lang/bit.rst
+++ b/docs/source/lang/bit.rst
@@ -3,14 +3,10 @@
bit()
=====
-Description
------------
-
(Macro) Computes the value of an (unsigned) integer with the specified
bit set (``bit(0)`` is 1, ``bit(1)`` is 2, ``bit(2)`` is 4, then 8,
16, 32, etc.).
-
Syntax
------