Книга: Advanced PIC Microcontroller Projects in C

6.1.1 START-END

6.1.1 START-END

Every PDL program description (or subprogram) should begin with a START keyword and terminate with an END keyword. The keywords in a PDL code should be highlighted in bold to make the code more clear. It is also a good practice to indent program statements between PDL keywords in order to enhance the readability of the code.

Example:

START
 ......
 ......
END


Генерация: 0.774. Запросов К БД/Cache: 3 / 0
поделиться
Вверх Вниз