Array as a list of parameters

From Free Pascal wiki
Revision as of 18:52, 23 October 2006 by Ik 5 (talk | contribs) (Added a forward section to describe what this page is all about)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Forward

This is an attempt to draw the idea behind using array as a list of values. This values can be added as a list of parameters inside open array/array of const, instead of a variable type of variable, where the type of for example "array of string".

I will try to write the good and bad regarding that issue, and I will try to explain why I think it is a good and in my opinion a very important feature that FPC can have.

This description will bring out problems, or a need to solve something, and will try to explain how this thing can help, or where I can find problems with that feature.

I hope more people will contribute to this drawing, so we could have this feature implemented in the best way we can have.