summaryrefslogtreecommitdiff
path: root/Examples/test-suite/matlab/naturalvar_runme.m
blob: 1881b06ab35d9f99ef5e73b77858e0e16f4a997e (plain)
1
2
3
4
5
6
7
8
9
10
11
f = naturalvar.Foo();
b = naturalvar.Bar();

b.f(f);

naturalvar.s('hello');
b.s('hello');

if (b.s ~= naturalvar.s)
    error
end