Can can I call a function in the same Erlang Parameterised module?

Posted by Zubair on Stack Overflow See other posts from Stack Overflow or by Zubair
Published on 2010-06-15T14:55:02Z Indexed on 2010/06/15 17:02 UTC
Read the original article Hit count: 101

Filed under:

I have a paramterised module in Erlang in which I wish to call a function A from within function B of the same parameterised module. How can I do this?

© Stack Overflow or respective owner

Related posts about erlang