diff options
Diffstat (limited to 'getting-started-with-functions/quickref.tex')
-rw-r--r-- | getting-started-with-functions/quickref.tex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/getting-started-with-functions/quickref.tex b/getting-started-with-functions/quickref.tex deleted file mode 100644 index a4f5a33..0000000 --- a/getting-started-with-functions/quickref.tex +++ /dev/null @@ -1,4 +0,0 @@ -Defining a function:\\ -{\ex \lstinline| def name([arguments]):|} -{\ex \lstinline| code|} -{\ex \lstinline| [return values]|} |