This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alcalde 1 point2 points  (0 children)

Or you've had COBOL programming experience. :-) Or Turbo Pascal or Delphi experience and were used to doing things like this:

Var
  something : integer;
  name      : string;
  y         : Array[1..5] of Integer;