swig/Examples/test-suite/octave/fvirtual_runme.m
2008-06-24 20:11:46 +00:00

10 lines
101 B
Mathematica

fvirtual
sw = NodeSwitch();
n = Node();
i = sw.addChild(n);
if (i != 2)
error("addChild")
endif