"Fossies" - the Fresh Open Source Software Archive

Member "swig-4.1.1/Examples/test-suite/octave/abstract_access_runme.m" (30 Nov 2022, 88 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Matlab source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for "abstract_access_runme.m": 4.0.2_vs_4.1.0.

    1 abstract_access
    2 
    3 d = abstract_access.D();
    4 if (d.do_x() != 1)
    5    error("failed");
    6 endif
    7