diff -r 1846ab4ebdda -r cb14131583c6 SEESenv/web/html/ch5func.html
--- a/SEESenv/web/html/ch5func.html Tue Feb 23 19:56:48 2010 +0530
+++ b/SEESenv/web/html/ch5func.html Thu Feb 25 00:04:27 2010 +0530
@@ -27,7 +27,7 @@
-
-
+
Functional Approach
@@ -36,42 +36,42 @@
-
-
+
1. Function scope
-
-
+
2. Default Arguments
-
-
+
3. Keyword Arguments
-
-
+
4. Parameter Packing and Unpacking
-
-
+
5. Nested Functions and Scopes
-
-
+
6. map, reduce and filter functions
@@ -80,7 +80,7 @@
-
-
+
6.1. List Comprehensions
@@ -96,7 +96,7 @@
-
+
Functional Approach
@@ -113,42 +113,42 @@
-
-
+
1. Function scope
-
-
+
2. Default Arguments
-
-
+
3. Keyword Arguments
-
-
+
4. Parameter Packing and Unpacking
-
-
+
5. Nested Functions and Scopes
-
-
+
6. map, reduce and filter functions
@@ -157,7 +157,7 @@
-
-
+
6.1. List Comprehensions
@@ -330,7 +330,7 @@
-
+
1.Function scope
@@ -406,7 +406,7 @@
-
+
2.Default Arguments
@@ -454,7 +454,7 @@
-
+
3.Keyword Arguments
@@ -592,7 +592,7 @@
-
+
4.Parameter Packing and Unpacking
@@ -701,7 +701,7 @@
-
+
5.Nested Functions and Scopes
@@ -758,7 +758,7 @@
-
+
6.map, reduce and filter functions
@@ -1008,7 +1008,7 @@
-
+
6.1.List Comprehensions