Which is why real programmers read and comprehend documentation. Ignorance must indeed be such a bliss. Better is ofc to waste time with those indirect insults.
It's not an insult, it's worse, it's a fact. Anyone who has read documentation knows that it very rarely covers every detail, it's up to the programmer (well... I should say, some programmers) to go beyond what is documented. Again, that's not an insult, that's a fact.
Just like, internally, FPC orders the elements that make up a set (can't say that sets are ordered because apparently it isn't obvious that it is their elements that are ordered) and it is at least good to be aware of that, because "for" loops absolutely need to have the elements they act on to be ordered for them to operate properly.
Is it really that hard to gather knowledge beyond what is documented ? Just for the record, a lot of programmers don't find it difficult and in addition to that, some even find it rewarding.
Let's state the obvious again, by definition sets are collections of unordered elements,
HOWEVER, for performance and implementation simplicity reasons, Pascal DOES order set elements. Is it really that hard to comprehend that ?