Re: [fricas-devel] Re: A simple question
Martin Rubey <[email protected]>
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
> I think this is a little prettier: > > (1) -> _<_< (x,y) == hconcat(x,y)$OutputForm Yes, very nice! > Here, once the concept of << is understood, the only obscure notation > is probably > > " = "::Symbol > > which is just a way to avoid printing the quotation marks " around the > string. Use message$OUTFORM instead. Martin