From 62958c4bddf4a15336f99cd4caafe89f5a1804b4 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 3 Feb 2022 09:31:48 -0600 Subject: readme --- README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 40a24b4..7695276 100644 --- a/README.org +++ b/README.org @@ -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)) -- cgit v1.2.3