Switch to edit mode.
Name(s): description1: "Sends the text to a decompression verb incase it is compressed ASCII art."
2: stuff = {}
3: x = this
4: while (valid(x))
5: if (x:fileexists("text"))
6: stuff = x:fileread("text")
7: break
8: endif
9: x = parent(x)
10: endwhile
11: return $list_utils:trim($su:uncrunch({@pass(@args), "", @stuff}))
12: "Last modified by Cecil (#7407) on Fri Mar 23 10:47:58 2001 MST."