DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / test-suite / octave / using_protected_runme.m
12345678
using_protected f = FooBar(); f.x = 3; if (f.blah(4) != 4) error("blah(int)") endif