home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / ECO30603.ZIP / ECO30603.LZH / ECOLIBNG / SOURCE / ECO_DOOR.INT < prev    next >
Encoding:
Text File  |  1992-06-08  |  799 b   |  37 lines

  1. !shortunction  homeclreol_: ansi_seq_;                              ECO_door
  2.  
  3. function  homeclreol_: ansi_seq_;
  4.  
  5.  
  6. !shortrocedure delline_;                                            ECO_door
  7.  
  8. procedure delline_;
  9.  
  10.  
  11. !shortrocedure backspace_;                                          ECO_door
  12.  
  13. procedure backspace_;
  14.  
  15.  
  16. !shortunction  carrier_: boolean;                                   ECO_door
  17.  
  18. function  carrier_: boolean;
  19.  
  20.  
  21. !shortrocedure write_  (st: string);                                ECO_door
  22.  
  23. procedure write_  (st: string);
  24.  
  25.  
  26. !shortrocedure writeln_(st: string);                                ECO_door
  27.  
  28. procedure writeln_(st: string);
  29.  
  30.  
  31. !shortrocedure showfile_(fl: string);                               ECO_door
  32.  
  33. procedure showfile_(fl: string);
  34.  
  35.  
  36.  
  37.