> 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? $\n works for me, both in the shell and in source. *Erik.