{ "title" : "Incr", "kind" : "atomic", "type" : "incr", "tags" : ["number", "atomic", "unary", "incr","plus"], "description" : "

>Increments the input number of one (equivalent to the '++' operator).

", "inputs" : ["value"], "outputs" : ["value"] }