summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-04-21 15:12:08 +0530
committerPuneeth Chaganti2010-04-21 15:12:08 +0530
commit95009369423d74258cfa05c5f5ef636dac22a864 (patch)
tree5bdfb7124890173635f0f647fff3605c6b73af99
parentca66d8b170f9be95d208f72b6ab09434948387b2 (diff)
downloadst-scripts-95009369423d74258cfa05c5f5ef636dac22a864.tar.gz
st-scripts-95009369423d74258cfa05c5f5ef636dac22a864.tar.bz2
st-scripts-95009369423d74258cfa05c5f5ef636dac22a864.zip
Changed outline of strings.org.
-rw-r--r--strings.org23
1 files changed, 17 insertions, 6 deletions
diff --git a/strings.org b/strings.org
index 47bb8e0..41de30f 100644
--- a/strings.org
+++ b/strings.org
@@ -1,10 +1,21 @@
-* Data Types
+* Strings
*** Outline
-***** Introduction
-******* What are we going to do?
-******* How are we going to do?
-******* Arsenal Required
-********* None
+***** Strings
+******* basic manipulation
+******* operations
+******* immutability
+******* string methods
+******* split and join
+******* formatting - printf style
+***** Odds and Ends
+******* dynamic typing
+******* comments
+***** Simple IO
+******* raw_input
+******* console output
+***** Arsenal Required
+******* lists
+******* writing to files
*** Script
Welcome friends.