Inline If
Henning Diedrich
hd2010@REDACTED
Sun May 9 00:00:10 CEST 2010
Is there a common Erlang way to do stuff like C++:
a ? b : c;
The list comprehension
[X || X <- [B,C], A ]
?
Thanks,
Henning
More information about the erlang-questions
mailing list