Content deleted Content added
2kamalkumar (talk | contribs) |
2kamalkumar (talk | contribs) |
||
Line 7:
==Examples of language constructs==
In [[PHP]], for example, ''print'' is not actually a real function (it is a language construct in php)
<source lang=php><?
print 'Hello world';
|