aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.org b/README.org
index 14e3086..40a24b4 100644
--- a/README.org
+++ b/README.org
@@ -30,7 +30,6 @@ Here is a basic example
#+end_src
- #+RESULTS:
: (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
@@ -44,7 +43,7 @@ a parameter of the function being defined.
#+end_src
-#+RESULTS:
+
: ((1 2) (10 10 10))
@@ -67,7 +66,7 @@ being defined. Here is ane example:
#+end_src
-#+RESULTS:
+
: (FIRST SECOND)
In the above ='second= is passed in as the first argument, and
@@ -82,7 +81,7 @@ merely sorted in ascending order:
#+end_src
-#+RESULTS:
+
: (:TEN :TWO :FOUR)
*** Nested Forms
@@ -105,5 +104,5 @@ This is easer to understand through example:
(10 11 12 12 14 15 16 17 18)))
#+end_src
-#+RESULTS:
+
: ((1 2 3 4 5 6 7 8 9) (1 2 3 3 5 6 7 8 9))