To learn what a process is in Elixir, you must first know what a function is.
Press enter or click to view image in full size
For example, IO.puts/1 is a function that writes something to the screen. The function is called puts, it is in the IO module (input I and output O), and it takes one argument: