fork download
  1. program Ausgeben(output);
  2.  
  3. var Buchstabe:char;
  4. i:integer;
  5. begin
  6. ist:=true;
  7. for Buchstabe:=a to z do
  8.  
  9.  
  10. writeln (Buchstabe[2i]);
  11. 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 `ist' (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:7: error: undeclared identifier `a' (first use in this routine)
prog.pas:7: error: undeclared identifier `z' (first use in this routine)
prog.pas:10: warning: missing white space after decimal integer constant
prog.pas:10: error: syntax error before `]'
prog.pas:10: error: missing index expression
stdout
Standard output is empty