// vSS.k -> Spread Sheet vSSHead:: `name`price`stock; vSSData:: +`chips`candy`pepsi!((1;5);(3;5);(2;5)); vSSUpdateDeps: {[]}; // updates dependencies (no deps in this SS) // This will update the value going through the dependency table vSS: {[idx;nv] vSSData[idx]: nv;};