Re: Alternative to ~= for inequality?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Alternative to ~= for inequality?
- From: KHMan <keinhong@...>
- Date: 2013年2月13日 01:03:10 +0800
On 2/13/2013 12:45 AM, martinwguy wrote:
The argument of extending language syntax to get round the missing
keys on some people's keyboards was taken to the limits in the ANSI
standard for C, resulting in the universally-hated "trigraphs"
extension, which even GNU refused to implement.
http://gcc.gnu.org/onlinedocs/cpp/Initial-processing.html
Designing a language to use only the subset of characters present on
all international keyboards seems to be a road to oblivion.
Of course, you can hack the source to make your own version... or use
a macro-preprocessor to substitute ~= for != in your source while
compiling it...
--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia
- References:
- Alternative to ~= for inequality?, colinz
- Re: Alternative to ~= for inequality?, Robert Virding
- Re: Alternative to ~= for inequality?, sergei karhof
- Re: Alternative to ~= for inequality?, Joseph Manning
- Re: Alternative to ~= for inequality?, Ross Bencina
- Re: Alternative to ~= for inequality?, Joseph Manning
- Re: Alternative to ~= for inequality?, Miles Bader
- Re: Alternative to ~= for inequality?, Steve Litt
- Re: Alternative to ~= for inequality?, Miles Bader
- Re: Alternative to ~= for inequality?, Dirk Laurie
- Re: Alternative to ~= for inequality?, Michael Richter
- Re: Alternative to ~= for inequality?, William Sumner
- Re: Alternative to ~= for inequality?, Michael Richter
- Re: Alternative to ~= for inequality?, martinwguy