fork download
  1. program ideone;
  2. const
  3. _PITUH = 'Bill Gates';
  4. pituh: array[0..length(_PITUH)-1]of char = _PITUH;
  5. begin
  6. Writeln(pituh[5])
  7. end.
Success #stdin #stdout 0s 5532KB
stdin
Standard input is empty
stdout
G