From: | Alex Colvin <alexc@TheWorld.com> |
Newsgroups: | comp.compilers |
Date: | 2 Nov 2004 12:09:26 -0500 |
Organization: | The World : www.TheWorld.com : Since 1989 |
References: | 04-10-092 04-10-161 04-10-185 |
Keywords: | syntax, design |
Posted-Date: | 02 Nov 2004 12:09:26 EST |
>>>lua uses "function"
>> So do C, Visual Basic, Pascal and Fortran.
>C doesn't.
C dosn't need a keyword to distinguish a call from a definition.
If it's outside a function it can only be a definition.
If it's inside a function it can only be a call.
C is not a scripting language.
--
mac the naïf
Return to the
comp.compilers page.
Search the
comp.compilers archives again.