[erlang-questions] Simple Erlang Recommendation (last returned value)

James Hague james.hague@REDACTED
Fri Jul 25 19:33:39 CEST 2008


> And an equivalent to Perl's $_

Or there could be a prefix, like an asterisk, that means "fresh
symbol."  For example:

*A = something()
*A = something_else()

Need to decide what this means:

[A, *A | T] = something()



More information about the erlang-questions mailing list