I am new in scala and was working with a few basic concepts. There are quite a few symbols used in scala, and few of them are still not very clear to me. I found this useful guide that has a summary of the various scala symbols. I don't clearly get the meaning of the following symbol (<-):
for (arg <- args)
A few documents that I found say "Used in for comprehensions in generator expressions". But I don't really understand what it means. Could somebody help me with this. Thank you in advance.