Dear list, Just stumbled over some code using the following construct: [do_something(X) || X /= 1, X /= 3] Works rather nice, but is this considered good programming? I think it is called "list comprehension with no generator" and has to do something with OTP-7846. Frans