Re: Hi hi hi...

Doctor Who <[email protected]> Sat, 11 Jun 2022 20:25:52 +0200
Newsgroups alt.comp.lang.pascal
Organization A noiseless patient Spider
Message-ID <[email protected]>
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 !!!