Updated example
This commit is contained in:
parent
a3d0856c6e
commit
5bab1f7a01
@ -1,6 +1 @@
|
||||
;
|
||||
(defn on-msg
|
||||
(msg)
|
||||
(debug msg))
|
||||
; trigger
|
||||
(on "/a" on-msg)
|
||||
(on "/a" (λ (msg) (debug msg)))
|
Loading…
x
Reference in New Issue
Block a user