diff options
-rw-r--r-- | README.org | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -30,6 +30,7 @@ Here is a basic example #+end_src +Outputs : (3 1 6 1 4 2 4 6 4 3 5 1 5 3) the =#$= syntax is a reader macro dispatch sequence. An symbol that @@ -43,7 +44,7 @@ a parameter of the function being defined. #+end_src - +Outputs : ((1 2) (10 10 10)) @@ -66,7 +67,7 @@ being defined. Here is ane example: #+end_src - +Outputs : (FIRST SECOND) In the above ='second= is passed in as the first argument, and @@ -81,7 +82,7 @@ merely sorted in ascending order: #+end_src - +Outputs : (:TEN :TWO :FOUR) *** Nested Forms @@ -104,5 +105,5 @@ This is easer to understand through example: (10 11 12 12 14 15 16 17 18))) #+end_src - +Outputs : ((1 2 3 4 5 6 7 8 9) (1 2 3 3 5 6 7 8 9)) |