getting-started-with-for/quickref.tex
author bhanu
Thu, 11 Nov 2010 00:02:55 +0530
changeset 471 462f9d3f0418
parent 398 36295bb91766
permissions -rw-r--r--
Language check done of `The other kinds of plots`

For loop:\\
{\ex \lstinline|    for i in range(1,11,2):|}
{\ex \lstinline|        s = s + i|}

Range function:\\
{\ex \lstinline|    range([start,]stop[,step])|}