Erlang way of calling functions

Γιάννης Γεωργίου ggeorgiou@REDACTED
Tue Dec 7 13:41:56 CET 2021


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.



More information about the erlang-questions mailing list