summaryrefslogtreecommitdiff
path: root/advanced-features-functions/quickref.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-12-01 16:51:35 +0530
committerPuneeth Chaganti2010-12-01 16:51:35 +0530
commitf3a34dfb4e879f3eb7274704f44546aac4add88f (patch)
tree1cb0a8cc5dbd5ee2b374350915ed2addfa0fb447 /advanced-features-functions/quickref.tex
parent347866ed0d29db61ee062563b1e1616cfb85588c (diff)
downloadst-scripts-f3a34dfb4e879f3eb7274704f44546aac4add88f.tar.gz
st-scripts-f3a34dfb4e879f3eb7274704f44546aac4add88f.tar.bz2
st-scripts-f3a34dfb4e879f3eb7274704f44546aac4add88f.zip
Renamed all LOs to match with their names in progress.org.
Diffstat (limited to 'advanced-features-functions/quickref.tex')
-rw-r--r--advanced-features-functions/quickref.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/advanced-features-functions/quickref.tex b/advanced-features-functions/quickref.tex
deleted file mode 100644
index 160370e..0000000
--- a/advanced-features-functions/quickref.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-\textbf{Advanced features of functions}
-
-Arguments of functions can have default arguments.
-
-All arguments with default arguments are at the end of the definition.
-
-Functions can be called with keyword arguments. All the keyword
-arguments should be at the end of the argument list.