10 lines
109 B
Mathematica
10 lines
109 B
Mathematica
director_frob
|
|
|
|
foo = Bravo();
|
|
s = foo.abs_method();
|
|
|
|
if (!strcmp(s,"Bravo::abs_method()"))
|
|
error(s)
|
|
endif
|
|
|