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

Function suffix

MathBox/mathbox-bundle.js:79390–79397  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

79388}
79389
79390function suffix(id) {
79391 var sym = symbol(id, 150)
79392 sym.led = function(left) {
79393 this.children = [left]
79394 this.type = 'suffix'
79395 return this
79396 }
79397}
79398
79399function assignment(id) {
79400 return infixr(id, 10, function(left) {

Callers 1

mathbox-bundle.jsFile · 0.70

Calls 1

symbolFunction · 0.70

Tested by

no test coverage detected