the newline _character_?

Bengt Kleberg eleberg@REDACTED
Thu Nov 21 10:55:53 CET 2002


greetings,

characters in erlang are written as $<the-character>. ie ';' is $; .
how do i write newline? not in a string, that would be "\n", but as a
character?

moreover, is there is_whitespace() function is some module?


bengt




More information about the erlang-questions mailing list