[top][index]
search for:

SEEALSO -- crossreferences in documentation

SEEALSO {a, b, ...} -- inserts, into a documentation page, a sentence instructing the reader to see some other topics.

The topics may have the special forms used with TO.

See also:

  • document -- install documentation
  • Code:

         -- code for SEEALSO:
         -- ../m2/document.m2:872-874
         SEEALSO = v -> (
              if class v =!= List then v = {v};
              if #v > 0 then SEQ { PARA{}, BOLD "See also:", SHIELD MENU (TO \ v) })

    [top][index]
    search for: