MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / comma

Function comma

MathBox/mathbox-core.js:703–708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

701 }
702
703 function comma() {
704 state = COMMA
705 gathered = [',']
706 stream.queue(token())
707 state = READY
708 }
709
710 function state_op() {
711 if(/[>\+~]/.test(c)) {

Callers 1

state_readyFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected