fork download
  1. program Ausgeben(output);
  2.  
  3. var Buchstabe:char;
  4. i:integer;
  5. begin
  6. for Buchstabe:=a to z do
  7.  
  8.  
  9. writeln (Buchstabe[2i]);
  10. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas: In main program:
prog.pas:6: error: undeclared identifier `a' (first use in this routine)
prog.pas:6: error:  (Each undeclared identifier is reported only once
prog.pas:6: error:  for each routine it appears in.)
prog.pas:6: error: undeclared identifier `z' (first use in this routine)
prog.pas:9: warning: missing white space after decimal integer constant
prog.pas:9: error: syntax error before `]'
prog.pas:9: error: missing index expression
stdout
Standard output is empty