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