git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
193 B
Mathematica
13 lines
193 B
Mathematica
li_factory
|
|
|
|
circle = Geometry_create(Geometry.CIRCLE);
|
|
r = circle.radius();
|
|
if (r != 1.5)
|
|
error
|
|
endif
|
|
|
|
point = Geometry_create(Geometry.POINT);
|
|
w = point.width();
|
|
if (w != 1.0)
|
|
error
|
|
endif
|