@verb #80:"format" this none this rxdo #60
@program #80:"format" this none this
"Inputs a text list, and outputs it with
and
HTML tags." "Keep track of
tags, and doesn't touch anything inside." text = args[1] pre = 0 for line in [1..length(text) - 1] pre = pre ? !index(text[line], "") | index(text[line], "
") pre || (text[line] = (x = text[line]) ? x + "
" | "") $command_utils:suspend_if_needed() endfor return text "Last modified by Dax (#789) on Sun Oct 27 12:54:08 2002 MST." .