diff options
author | Colin Okay <okay@toyful.space> | 2022-02-03 09:31:48 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-03 09:31:48 -0600 |
commit | 62958c4bddf4a15336f99cd4caafe89f5a1804b4 (patch) | |
tree | a1ff822209ff3c5676c8883ff1245007093c5c0d | |
parent | db47503de879c5566e30cdf6c8b8b10a6a880562 (diff) |
readme
-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)) |