Skip to content

Instantly share code, notes, and snippets.

@emoon
Created January 22, 2011 12:53
Show Gist options
  • Save emoon/791103 to your computer and use it in GitHub Desktop.
Save emoon/791103 to your computer and use it in GitHub Desktop.
(def-vu0-fun vu0-fun (input1 :in vf01
input2 :in vf02
output :out vf03)
(add output input1 input2))
(defun my-ee-fun ()
; do something funky, set stuff etc and then call the code
(vu0-fun))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment