From c098db9b51b8101f8bdaff44a57b41ae438feb2f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 1 Apr 2013 17:59:26 -0500 Subject: [PATCH] We should call simple-conversation after defining it, just like we did in python! --- docs/language/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/language/index.rst b/docs/language/index.rst index a2e78dc..b667276 100644 --- a/docs/language/index.rst +++ b/docs/language/index.rst @@ -138,6 +138,8 @@ Now let's look at the equivalent hy program: (print (+ "Hello " name "! I see you are " age " years old."))) + (simple-conversation) + If you look at the above program, as long as you remember that the first element in each list of the program is the function (or macro... we'll get to those later) being called and that the rest are