tw2004.pp 582 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. ide 0.9.2 dos/win32 2002/05/31
  3. press F7 or F8 more times:
  4. the green row is in first position when work with the macro
  5. This problem is more complex with more macros
  6. Category: IDE(Text)
  7. Type: Error
  8. Date entered: 2002-06-12
  9. Submitter:salvatore licciardi
  10. Date Fixed: 2002-09-05
  11. Fix version: 1.0.7
  12. Fixer: Pierre Comment:
  13. Was a general problem with the file position
  14. within a macro. Merged to 1.1 branch. }
  15. {$macro on}
  16. //you need 30..40 enter
  17. {$include uw2004.inc}
  18. begin
  19. {$define x:= write('ooooo');
  20. write('ooooo');}
  21. x;
  22. write('ppppp');
  23. y;
  24. x;
  25. writeln;
  26. end.