out.spad line 1 [edit on github]
OutPackage allows pretty-printing from programs.
output(x) displays the output form x on the ``algebra output'' stream, as defined by )set output algebra.
output(s) displays the string s on the ``algebra output'' stream, as defined by )set output algebra.
output(s, x) displays the string s followed by the form x on the ``algebra output'' stream, as defined by )set output algebra.
outputList(l) displays the concatenated components of the list l on the ``algebra output'' stream, as defined by )set output algebra; quotes are stripped from strings.