Merge pull request #986 from digitalvectorz/patch-1

Update tutorial.rst
This commit is contained in:
Morten Linderud 2015-11-14 21:51:35 +01:00
commit e29afac794

View File

@ -514,7 +514,7 @@ the program starts executing normally. Very simple example:
=> (defmacro hello [person]
... `(print "Hello there," ~person))
=> (Hello "Tuukka")
=> (hello "Tuukka")
Hello there, Tuukka
The thing to notice here is that hello macro doesn't output anything on