Skip to content
Snippets Groups Projects
Commit 9fc0d4a3 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 96c8b02d
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ var name = 'construct object'
var init = function() {
mod.in0.value = '{"x":0,"y":1}'
mod.in1.value = '{}'
mod.out0.value = '{"f":in0.x+in0.y,"g":2*in0.x-3*in0.y}'
mod.out0.value = '{f:in0.x+in0.y,g:2*in0.x-3*in0.y}'
mod.out1.value = '{}'
}
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment