getting-started-with-functions/quickref.tex
author bhanu
Thu, 11 Nov 2010 02:02:06 +0530
changeset 475 2e0b89c0eeb4
parent 449 471e1e5844a1
permissions -rw-r--r--
Laguage check Done for `getting started with arrays`

Defining a function:\\
{\ex \lstinline|    def name([arguments]):|}
{\ex \lstinline|        code|}
{\ex \lstinline|        [return values]|}