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