Updated example

This commit is contained in:
Devine Lu Linvega 2019-07-23 13:23:13 +09:00
parent a3d0856c6e
commit 5bab1f7a01

View File

@ -1,6 +1 @@
;
(defn on-msg
(msg)
(debug msg))
; trigger
(on "/a" on-msg)
(on "/a" (λ (msg) (debug msg)))