Data update
This commit is contained in:
parent
61b93a2cd1
commit
5af6d93694
858 changed files with 20572 additions and 2082 deletions
|
|
@ -1,12 +1,16 @@
|
|||
IDENTIFICATION DIVISION.
|
||||
CLASS-ID. Camera.
|
||||
*> ...
|
||||
END CLASS Camera.
|
||||
|
||||
IDENTIFICATION DIVISION.
|
||||
CLASS-ID. Mobile-Phone.
|
||||
*> ...
|
||||
END CLASS Mobile-Phone.
|
||||
|
||||
CLASS-ID. Camera-Phone INHERITS Camera, Mobile-Phone.
|
||||
IDENTIFICATION DIVISION.
|
||||
CLASS-ID. Camera-Phone
|
||||
INHERITS FROM Camera, Mobile-Phone.
|
||||
ENVIRONMENT DIVISION.
|
||||
CONFIGURATION SECTION.
|
||||
REPOSITORY.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue