Files
ANSLibs/swig-4.3.0/Examples/test-suite/octave/abstract_access_runme.m

8 lines
88 B
Mathematica
Raw Normal View History

abstract_access
d = abstract_access.D();
if (d.do_x() != 1)
error("failed");
endif