diff --git a/examples/events/on-osc.lisp b/examples/events/on-osc.lisp index b626a09..71293e3 100644 --- a/examples/events/on-osc.lisp +++ b/examples/events/on-osc.lisp @@ -1,6 +1 @@ -; -(defn on-msg - (msg) - (debug msg)) -; trigger -(on "/a" on-msg) \ No newline at end of file +(on "/a" (λ (msg) (debug msg))) \ No newline at end of file