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

Function suffix

MathBox/mathbox-core.js:32705–32712  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

32703}
32704
32705function suffix(id) {
32706 var sym = symbol(id, 150)
32707 sym.led = function(left) {
32708 this.children = [left]
32709 this.type = 'suffix'
32710 return this
32711 }
32712}
32713
32714function assignment(id) {
32715 return infixr(id, 10, function(left) {

Callers 1

mathbox-core.jsFile · 0.70

Calls 1

symbolFunction · 0.70

Tested by

no test coverage detected