tw2145.pp 626 B

1234567891011121314151617181920212223242526
  1. { %interactive }
  2. {
  3. 1) move cursor in ' writeln(2); ' and press ctrl+F8: red line
  4. 2) press ctrl+F9
  5. now the cursor is under 'w' of winreln(2);
  6. 3) press Enter here
  7. 4) press ctrl+F9
  8. 5) move cursor under ';' of 'writeln(1);' and press Canc
  9. now red line is absent
  10. 6) press ctrl+F9
  11. there is a breackpoint in 'writeln(2)' , but line isn't red :-(
  12. ---
  13. then, close the IDE and re-run it, the red line is now present
  14. Category: IDE(Text)
  15. Type: Error
  16. Date entered: 2002-09-25
  17. Submitter:Salvatore Licciardi
  18. }
  19. begin // ide DOS/Win 0.9.2 at 2002/08/25 writeln(1);
  20. writeln(2);
  21. writeln(3);
  22. writeln(4);
  23. writeln(5);
  24. writeln(6);
  25. writeln(7);
  26. end.