aboutsummaryrefslogtreecommitdiffstats
path: root/source/lang/intcast.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
commitee35f641687d0d3159c15eea5ad80d71efff4f82 (patch)
treed58e470a42623a1fba3eccbab324a26316d60398 /source/lang/intcast.rst
parentd9cbd78e29d42e70bb46641dd43ee0772c8c975f (diff)
downloadlibrambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.tar.gz
librambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.zip
Finished converting the Arduino docs
Diffstat (limited to 'source/lang/intcast.rst')
-rw-r--r--source/lang/intcast.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/lang/intcast.rst b/source/lang/intcast.rst
index 03c0c07..386fe14 100644
--- a/source/lang/intcast.rst
+++ b/source/lang/intcast.rst
@@ -2,11 +2,8 @@
.. _lang-intcast:
-int()
-=====
-
-Description
------------
+``int()`` (cast)
+================
Converts a value to the :ref:`int <lang-int>` data type. Here is
an example::