Erlang: sum(A,B) -> A + B. BEAM: {bif,'+',{f,0},[{x,0},{x,1}],{x,0}}. {'%live',1}. <-- What does this do? return.