To work with the Array
Recognizing Delphi Programming Structures
Recognizing Delphi programming structure – Array:
var
L:array[1..10] of char;
MultiArr:array [1..5, 1..5, 1..5] of integer;
Post a Comment
No comments:
Post a Comment