OutputPackageΒΆ
out.spad line 1 [edit on github]
OutPackage allows pretty-printing from programs.
- output: (String, OutputForm) -> Void
output(s, x)
displays the strings
followed by the formx
on thealgebra output\ ``''
stream, as defined by spadsys{)set output algebra}.
- output: OutputForm -> Void
output(x)
displays the output formx
on thealgebra output\ ``''
stream, as defined by spadsys{)set output algebra}.