OutputPackageΒΆ

out.spad line 1 [edit on github]

OutPackage allows pretty-printing from programs.

output: (String, OutputForm) -> Void

output(s, x) displays the string s followed by the form x on the algebra output\ ``'' stream, as defined by spadsys{)set output algebra}.

output: OutputForm -> Void

output(x) displays the output form x on the algebra output\ ``'' stream, as defined by spadsys{)set output algebra}.

output: String -> Void

output(s) displays the string s on the algebra output\ ``'' stream, as defined by spadsys{)set output algebra}.

outputList: List Any -> Void

outputList(l) displays the concatenated components of the list l on the algebra output\ ``'' stream, as defined by spadsys{)set output algebra}; quotes are stripped from strings.