We should call simple-conversation after defining it, just like we did in python!

This commit is contained in:
Christopher Allan Webber 2013-04-01 17:59:26 -05:00
parent 731f1afd57
commit c098db9b51

View File

@ -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