Files

9 lines
88 B
Mathematica
Raw Permalink Normal View History

import_nomodule
f = create_Foo();
test1(f,42);
delete_Foo(f);
b = Bar();
test1(b,37);