(index ("tabexpand/stop/col" 0) ("tabexpand/stop" 0) ("tabexpand" 0))
(def (sig (procedure " (tabexpand/stop/col str stop col)" (id tabexpand/stop/col)) (procedure " (tabexpand/stop str stop)" (id tabexpand/stop)) (procedure " (tabexpand str)" (id tabexpand))) (p "Yields a new string that is equivalent to string " (tt "str") " except that any ASCII tab characters have been expanded to space characters.  " (tt "stop") ", a positive integer defaulting to " (tt "8") ", is used as the tabstop. " (tt "col") ", a nonnegative integer defaulting to " (tt "0") ", is the context starting column for the beginning of the string, with respect to which tabs positions should be calculated.  All characters other than tab are treated as if they were normal printable characters with no special effect on the column."))
