Re: Suggestion for pretty_print()
- Posted by Vincent <darkvincentdude at yahoo.com> Dec 03, 2005
- 499 views
Robert Craig wrote: > It's a bit cluttered, but does it warrant a > new language feature just to reduce the clutter? No it doesn't, because we can just use Juergen's error dump library to disambiguate ACSII characters from their numeric values. Plus we can often use crash_routine for runtime errors, and have it write important string values to screen or file. In both cases, it can be formatted "pretty" with pretty_print. Regards, Vincent