--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/getting-started-with-for/quickref.tex Sun Nov 07 18:36:59 2010 +0530
@@ -0,0 +1,6 @@
+For loop:\\
+{\ex \lstinline| for i in range(1,11,2):|}
+{\ex \lstinline| s = s + i|}
+
+Range function:\\
+{\ex \lstinline| range([start,]stop[,step])|}