Hi, I 'm new to erlang and I notice this way of calling functions.. {ok, Returndata} = module:function(Inputdata). Which is the purpose of ok atom? How I can use it? Thanks for your time.