Pragmatic directives: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
→‎{{header|Phix}}: forgot me header
m added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble.
Line 1: Line 1:
{{task}}
{{task}}
[[Category:Pragmatic directives]]
[[Category:Pragmatic directives]]
Pragmatic directives cause the language to operate in a specific manner, allowing support for operational variances within the program code (possibly by the loading of specific or alternative modules).


Pragmatic directives cause the language to operate in a specific manner,   allowing support for operational variances within the program code   (possibly by the loading of specific or alternative modules).
The task is to list any pragmatic directives supported by the language, demonstrate how to activate and deactivate the pragmatic directives and to describe or demonstate the scope of effect that the pragmatic directives have within a program.


;Task:
List any pragmatic directives supported by the language,   and demonstrate how to activate and deactivate the pragmatic directives and to describe or demonstrate the scope of effect that the pragmatic directives have within a program.
<br><br>


=={{header|Ada}}==
=={{header|Ada}}==