changeset 56:29cb4fab61cb

Added a brief note about break and continue statements.
author Atul Varma <varmaa@toolness.com>
date Wed, 11 Jun 2008 06:01:25 -0700
parents 8f019284f1d1
children 20cd2cf47710
files PythonForJsProgrammers.txt
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.txt	Tue Jun 10 23:56:18 2008 -0700
+++ b/PythonForJsProgrammers.txt	Wed Jun 11 06:01:25 2008 -0700
@@ -459,6 +459,9 @@
     1
     2
 
+Python also has ``break`` and ``continue`` statements, which work as
+expected.
+
 Dictionaries
 ============