findSynonyms x
|
|
|
|
../../../../Macaulay2/m2/document.m2:831:23-835:23: --source code:
findSynonyms Symbol := x -> (
result := {};
scan(dictionaryPath, dict -> scan(pairs dict, (name, symb) ->
if x === symb and getGlobalSymbol name === symb then result = append(result, name)));
sort unique result)
The source of this document is in Macaulay2Doc/functions/findSynonyms-doc.m2:24:0.