Main /
TidyPrintCategories: GEN rds-hosted Library Routines Tidy print 2K Author: Andy Drummond Date: Sep 2 2004 http://www.rapideuphoria.com/tidy_print.e A replacement for the basic Euphoria print routine which outputs arbitrary objects with ASCII strings output as ASCII strings rather than numbers. The result is much easier to read and much more compact and yet still can be read back in using the Euphoria get() routine. It adds a newline after the entire object has been output. Sep 2: Removed spurious extra close-bracket in the code. |