it is called a complier directive?
Answers
Answered by
6
Explanation:
In Ada, compiler directives are called pragmas (short for "pragmatic information"). In Common Lisp, directives are called declarations, and are specified using the declare construct (also proclaim or declaim ).
Similar questions