Merge pull request #986 from digitalvectorz/patch-1
Update tutorial.rst
This commit is contained in:
commit
e29afac794
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user