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

Function assignment

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

Source from the content-addressed store, hash-verified

32712}
32713
32714function assignment(id) {
32715 return infixr(id, 10, function(left) {
32716 this.children = [left, expression(9)]
32717 this.assignment = true
32718 this.type = 'assign'
32719 return this
32720 })
32721}
32722
32723function advance(id) {
32724 var next

Callers 1

mathbox-core.jsFile · 0.70

Calls 2

infixrFunction · 0.70
expressionFunction · 0.70

Tested by

no test coverage detected