>
in something like this: [X || X <- lists:seq(1,25)] is the result guaranteed to reflect the order of the generator, or not? i'm working with a list of randomly generated results, and i want to print them in the order in which they were generated--is lists:foreach the way to go here? a list comprehension would be simpler to write and nicer to look at. thanks.