getting-started-with-functions/quickref.tex
author bhanu
Mon, 15 Nov 2010 14:53:10 +0530
changeset 501 2c30d4a242ee
parent 449 471e1e5844a1
permissions -rw-r--r--
language check done for `using sage for teaching`

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