File:  [Public] / Amaya / amaya / TextFileT.T
Revision 1.3: download - view: text, annotated - select for diffs
Thu Mar 11 14:37:36 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: Release-2-1, HEAD
Improve the TextFile printing and change the Print command
Merge Create Link and Change Link
Add new shortcuts in Windows and Unix versions
Bug fix: url("..") was not parsed well
Irene

	 { I. Vatton 	 February 1999 } 

TRANSLATION TextFile;

LINELENGTH 200;

RULES

 TextFile: BEGIN
	END;

 Document_URL: BEGIN
        Remove;
	END;

 Line\240: BEGIN
	Create '\12' After;
	END;

TextTRANSLATE
	BEGIN
	'\212' -> '\12'; { &CTLrc; }	
	END;
END

Webmaster