This repository is for archival. Please see https://github.com/Mathics3/mathics-core
2.07k
stars
205
forks
source link
``\(something\)-> RowBox[{"something"}]`` and ``\!\(something\)-> DisplayForm[RowBox[{"something"}]]`` #1240
Closed
mmatera closed 3 years ago
In KnotTheory, these "operator" are used. So, we would need to implement this in the scanner. See https://reference.wolfram.com/language/tutorial/InputSyntax.html ("String‐Based Input" section)
and https://reference.wolfram.com/language/tutorial/TextualInputAndOutput.html#28564