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

Function comma

MathBox/mathbox-bundle.js:47388–47393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47386 }
47387
47388 function comma() {
47389 state = COMMA
47390 gathered = [',']
47391 stream.queue(token())
47392 state = READY
47393 }
47394
47395 function state_op() {
47396 if(/[>\+~]/.test(c)) {

Callers 1

state_readyFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected