11 lines
101 B
Mathematica
11 lines
101 B
Mathematica
fvirtual
|
|
|
|
sw = NodeSwitch();
|
|
n = Node();
|
|
i = sw.addChild(n);
|
|
|
|
if (i != 2)
|
|
error("addChild")
|
|
endif
|
|
|