View/Edit #1628:description

Switch to edit mode.

Name(s): description
1:  "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."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Slacker (#55)

You are not logged in.

[home | help | who | search | setup | code]