pipe symbol wierdness
Fred J. Tydeman
pmmail@rpglink.com
Mon, 28 Aug 00 16:59:54 -0500
On Mon, 28 Aug 2000 14:44:37 -0700, John Bridges wrote:
>On Mon, 28 Aug 2000 17:27:53 -0400, Larry Ebbitt wrote:
>
>>Think of the poor guys who use C or C++ on the OS/390 mainframe. 3270
>>doesn't support [ or ].
>
>I remember many years ago an alternate syntax for C which didn't need full
>ASCII, could work with uppercase+symbols (like on machines with 6bit bytes).
>Something like
>
>MAIN(INT ARGC,CHAR **ARGV)
>(*
> IF(WHATEVER)
> (*
> *)
>*)
>
>Pretty fugly.
Mainly because of the subset of ASCII used in many places
in Europe, trigraphs and digraphs were added to Standard C.
[ == ??( == <:
] == ??) == :>
{ == ??< == <%
} == ??> == %>
---
Fred J. Tydeman +1 (512) 255-8696 Tydeman Consulting
3711 Del Robles tydeman@tybor.com Programming, testing, numerics
Austin, Texas 78727 Vice-chair of J11 (ANSI "C")
USA Sample C99+FPCE tests: ftp://jump.net/pub/tybor/