This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Text editors under Cygnus


At 04:36 24-7-2001, Jonadab the Unsightly One wrote:
>..., but as far as that
>goes it's _possible_ to write code that will work
>in either C or Perl ...

<OFFTOPIC>

That one's easy.  ;-)

#define sub int

#ifdef i_am_perl
main();
#endif

sub main()
{
     printf("Hello, World!\n");
}

</OFFTOPIC>

-- 
     I always wondered about the meaning of life.   So I looked it
     up in the dictionary under "L" and there it was - the meaning
     of life.  It was not what I expected.                  - Dogbert 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]