User Tools

Site Tools


structure_termination.htm
Navigation:  Language Reference > 2 - Program Source Code Format > Statement Format >====== Structure Termination ====== Previous pageReturn to chapter overviewNext page

Compound data structures are created when data declarations are nested within other data declarations. There are many compound data structures within the Clarion language: APPLICATION, WINDOW, REPORT, FILE, RECORD, GROUP, VIEW, QUEUE, etc. These compound data structures must be terminated by a period (.) or the keyword END. IF, CASE, EXECUTE, LOOP, BEGIN, and ACCEPT are all executable control structures. They must also be terminated with a period or the END statement (a LOOP may optionally terminate with a WHILE or UNTIL statement).

structure_termination.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1