Pragmatic directives: Difference between revisions

Content added Content deleted
(Added C implementation.)
Line 621: Line 621:
For external routines, the defaults are used. <br><br>
For external routines, the defaults are used. <br><br>


=={{header|Tcl}}==
===tailrec==
<lang Scala>@tailrec</lang>
=={{header|Tcl}}==
=={{header|Tcl}}==
Mostly Tcl avoids anything like pragmas as they are a source of portability trouble. However, certain global variables can be set to induce non-standard behaviors:
Mostly Tcl avoids anything like pragmas as they are a source of portability trouble. However, certain global variables can be set to induce non-standard behaviors: