1 2 3 4 5 6 7 8
procedure example(a: integer); const A = 'jeja'; var sMessage: string; begin ShowMessage(sMessage + A); end;