diff options
Diffstat (limited to 'source/lang/bit.rst')
-rw-r--r-- | source/lang/bit.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/lang/bit.rst b/source/lang/bit.rst index c342fdd..dd5c050 100644 --- a/source/lang/bit.rst +++ b/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 ------ |