uses SysUtils; // Lets you use the contents of SysUtils.pas from the current unit {$Include Common} // Inserts the contents of Common.pas into the current unit {$I Common} // Same as the previous line, but in a shorter form