getting-started-with-functions/quickref.tex
author bhanu
Mon, 15 Nov 2010 16:07:00 +0530
changeset 516 fcb9936eb009
parent 449 471e1e5844a1
permissions -rw-r--r--
Language check done for `getting started with sagenotebook`

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