diff options
author | Jovina | 2011-08-03 12:23:38 +0530 |
---|---|---|
committer | Jovina | 2011-08-03 12:23:38 +0530 |
commit | e21d3ae97d36f9d40caf22c91ad0bade588411c4 (patch) | |
tree | a0897e2c43129293072ac87613e27c2e2f6f3595 /loops/slides.org | |
parent | 474ae08f92ff02553747a014883b51062d8c49cf (diff) | |
download | st-scripts-e21d3ae97d36f9d40caf22c91ad0bade588411c4.tar.gz st-scripts-e21d3ae97d36f9d40caf22c91ad0bade588411c4.tar.bz2 st-scripts-e21d3ae97d36f9d40caf22c91ad0bade588411c4.zip |
Minor change to 'loops'.
Diffstat (limited to 'loops/slides.org')
-rw-r--r-- | loops/slides.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loops/slides.org b/loops/slides.org index 15b7f0b..e815184 100644 --- a/loops/slides.org +++ b/loops/slides.org @@ -49,9 +49,9 @@ * Objectives At the end of this tutorial, you will be able to, - - use the ``for`` loop - - use the ``while`` loop - - Use ``break``, ``continue`` and ``pass`` statements to play around + - use the ``for'' loop + - use the ``while'' loop + - Use ``break'', ``continue'' and ``pass'' statements to play around with loops. * Pre-requisite Spoken tutorial on - |