;; String printing! (bind-func print:[void,vec3*]* (lambda (x) (printf "<%d,%d,%d>" (tref x 0) (tref x 1) (tref x 2)) void))