What is a term?

yes, and they’re not kidding when they mean “any term”. For example, do this:

f = fn x -> x + 1 end

then save the term in f to a file. Close your elixir session, start a new one, open the file into a variable f in your new session and then do this:

f.(4)