getting-started-with-functions/quickref.tex
author Amit Sethi
Fri, 12 Nov 2010 02:01:28 +0530
changeset 487 cb3974daced5
parent 449 471e1e5844a1
permissions -rw-r--r--
Added questions and slides for testing and debugging

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