{ "title" : "Plus", "kind" : "atomic", "type" : "plus", "tags" : ["number", "atomic", "binary", "plus", "add", "sum"], "description" : "

Compute the sum of two numbers.

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