example was missing function parameter name
This commit is contained in:
parent
d7e8dd2a91
commit
1c14a69fc9
@ -13,7 +13,7 @@ HOW TO GET HY REAL FAST:
|
||||
|
||||
=> (print "Hy!")
|
||||
Hy!
|
||||
=> (defn salutationsnm [] (print (+ "Hy " name "!")))
|
||||
=> (defn salutationsnm [name] (print (+ "Hy " name "!")))
|
||||
=> (salutationsnm "YourName")
|
||||
Hy YourName!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user