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

Function prefix

MathBox/mathbox-core.js:32695–32703  ·  view source on GitHub ↗
(id, nud)

Source from the content-addressed store, hash-verified

32693}
32694
32695function prefix(id, nud) {
32696 var sym = symbol(id)
32697 sym.nud = nud || function() {
32698 this.children = [expression(70)]
32699 this.type = 'unary'
32700 return this
32701 }
32702 return sym
32703}
32704
32705function suffix(id) {
32706 var sym = symbol(id, 150)

Callers 1

mathbox-core.jsFile · 0.70

Calls 2

symbolFunction · 0.70
expressionFunction · 0.70

Tested by

no test coverage detected