view test/classdef/plist_t1.m @ 33594:2104a33b7e83 default tip @

maint: merge stable to default
author Rik <rik@octave.org>
date Fri, 17 May 2024 13:44:02 -0700
parents 194481349d22
children
line wrap: on
line source

classdef plist_t1
  properties
    a = 1 b
  end
end