/trunk/Examples/test-suite/octave/import_nomodule_runme.m

# · MATLAB · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 57c7e9c4a8adac6ac843381a4b70709a MD5 · raw file

  1. import_nomodule
  2. f = create_Foo();
  3. test1(f,42);
  4. delete_Foo(f);
  5. b = Bar();
  6. test1(b,37);