PageRenderTime 66ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Examples/test-suite/octave/fvirtual_runme.m

#
MATLAB | 10 lines | 7 code | 3 blank | 0 comment | 1 complexity | 1e79fe8a8e91aaa4498f7f7459676fa5 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. fvirtual
  2. sw = NodeSwitch();
  3. n = Node();
  4. i = sw.addChild(n);
  5. if (i != 2)
  6. error("addChild")
  7. endif