the newline _character_?

James Hague jamesh@REDACTED
Thu Nov 21 23:41:10 CET 2002


>-define(whitespace(H), H==?space ;
>                       H==?cr ;
>                       H==?lf ;
>                       H==?tab).

What's the reason not to simply use H =< 32?  Are there other characters
below 32 that need to be processed?



More information about the erlang-questions mailing list