360 @verb #5252:"msg_help" this none this rxdo #562 @program #5252:"msg_help" this none this all_help = pass(@args) if (typeof(all_help) == $STR) all_help = {all_help} endif if (this.hm) all_help = {@all_help, "", "Specific Help", "-------------"} helpless = {} for vrb in (this.feature_verbs) if (loc = $object_utils:has_verb(this, vrb)) loc = loc[1] help = $fossil_utils:verb_documentation(loc, vrb) if (help) all_help = {@all_help, "", tostr(loc, ":", verb_info(loc, vrb)[3]), @help} else helpless = {@helpless, vrb} endif endif endfor if (helpless) all_help = {@all_help, "", "No help found on " + $string_utils:english_list(helpless, "nothing", " or ") + "."} endif endif return {@all_help, "----"} "Last modified by Dax (#789) on Tue May 3 13:43:10 2005 MDT." . 0