Книга: 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
Оглавление статьи/книги
Похожие страницы
- Appendix B. Common problems and questions
- Hexadecimal, or ‘hex’ to its friends
- Starting X
- Starting and Stopping Services Manually
- Starting and Stopping Apache
- Appendix A. Detailed explanations of special commands
- Appendix C. ICMP types
- Appendix D. TCP options
- Appendix E. Other resources and links
- Appendix F. Acknowledgments
- Appendix G. History
- Appendix H. GNU Free Documentation License