From 2d429e75ce69e77f8c95490ac03881ec9aa0354a Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 25 Oct 2010 21:15:28 -0400 Subject: arduino language reference nearing completion, properly CC-BY-SA 3.0 attributed --- source/arduino/semicolon.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'source/arduino/semicolon.rst') diff --git a/source/arduino/semicolon.rst b/source/arduino/semicolon.rst index b3cc8c4..3230819 100644 --- a/source/arduino/semicolon.rst +++ b/source/arduino/semicolon.rst @@ -1,16 +1,11 @@ -.. _arduino-semicolon: - -; semicolon -=========== - -Used to end a statement. - +.. highlight:: cpp +.. _arduino-semicolon: -Example -~~~~~~~ +Semicolon (;) +============= -:: +Used to end a line of code. Example:: int a = 13; -- cgit v1.2.3