Pragmatic directives: Difference between revisions

m (→‎{{header|C}}: Remove vanity tags)
Line 237:
3 :'y.]y=.7' 8
7</lang>
 
=={{header|Julia}}==
Julia has a number of macros which act as compiler directives. For example, the <code>@inbounds</code> macro disables runtime checking of array bounds, which sometimes improves performance.
 
=={{header|Kotlin}}==
4,104

edits