bug0283.pp 99 B

1234567
  1. const dirsep = '\';
  2. begin
  3. if dirsep = '/'
  4. then writeln('bug!')
  5. else writeln('ok');
  6. end.