/trunk/Examples/test-suite/octave/import_nomodule_runme.m
# · MATLAB · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 57c7e9c4a8adac6ac843381a4b70709a MD5 · raw file
- import_nomodule
- f = create_Foo();
- test1(f,42);
- delete_Foo(f);
- b = Bar();
- test1(b,37);