aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/long.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
commit078edc158da7906ba72e7e6528e1a811e07270e7 (patch)
tree1bc7b2e8137fb5ebfc7b59d59294d7adb9e95468 /docs/source/lang/long.rst
parent5e587be27a7c3bd854b686952a5c9637a2432ff0 (diff)
downloadlibrambutan-078edc158da7906ba72e7e6528e1a811e07270e7.tar.gz
librambutan-078edc158da7906ba72e7e6528e1a811e07270e7.zip
Finished converting the Arduino docs
Diffstat (limited to 'docs/source/lang/long.rst')
-rw-r--r--docs/source/lang/long.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/source/lang/long.rst b/docs/source/lang/long.rst
index 8a19b2b..d8498c0 100644
--- a/docs/source/lang/long.rst
+++ b/docs/source/lang/long.rst
@@ -2,11 +2,8 @@
.. _lang-long:
-long
-====
-
-Description
------------
+``long``
+========
The ``long`` data type stores extended size integer values. You can
use a ``long`` when your values are too large to fit into an :ref:`int
@@ -19,7 +16,7 @@ Way galaxy). The exact range of a ``long`` on the Maple is from
<lang-variables-rollover>` as any numeric data type.
Here's an example of declaring a long (see :ref:`integer constants
-<lang-constants-u-l>` for an explanation of the "L" at the end of the
+<lang-constants-integers-u-l>` for an explanation of the "L" at the end of the
number)::
// Speed of light in nanometers per second (approximate).