MathMLElement.mmultiscripts constructor
MathMLElement.mmultiscripts()
Creates a MathMLElement using the tag 'mmultiscripts'.
Implementation
MathMLElement.mmultiscripts()
: _ = document.createElementNS(
'http://www.w3.org/1998/Math/MathML',
'mmultiscripts',
);