![]() |
![]() |
![]() |
![]() |
$list
Synopsis
Description
$list prints the type and name of object 's immediate subobjects.
Examples
OM(SingleWindowApp) -> int x;
OM(SingleWindowApp) -> group grp1 {
OM(grp1) -> int y;
OM(grp1) -> int z;
OM(grp1) -> };
OM(SingleWindowApp) -> UIbutton button1;
OM(SingleWindowApp) -> $list
AU.SingleWindowApp.UI UI
int x
group grp1
UIbutton button1(The UI object, invisible in the NE but reported by $list, manages SingleWindowApp's user interface.)
![]() |
![]() |
![]() |
![]() |