Δομές με δείκτη

Παράδειγμα

type
  link = ^integer_list;

  integer_list =
    record
      value : integer;
      next  : link;
    end;