Re: Hi hi hi...

"F. W." <[email protected]> Mon, 13 Jun 2022 08:14:33 +0200
Newsgroups alt.comp.lang.pascal
Organization A noiseless patient Spider
Message-ID <[email protected]>
Am 11.06.2022 um 20:25 schrieb Doctor Who:
> On Mon, 30 May 2022 16:32:41 +0200, "F. W." <[email protected]> wrote:
> 
>>
>> #include <stdio.h>
>>
>> #define begin   {
>> #define end     }
>> #define writeln printf
>>
>> int i;
>>
>> int main ()
>> begin
>>    for (i=10; i!=0; i--)
>>    begin
>>      writeln ("Countdown: %d \n", i);
>>    end
>> end
> 
> what an HORROR !!!

Yes, but it shows the immence flexibility of C/C++.

FW