@(define multiply (a b out)) @(bind out @(* a b)) @(end) @(multiply 3 4 result)