I've been trying to learn Erlang and have been running into some problems with ending lines in functions and case statements.
Namely, when do I use a semicolon, comma, or period inside my functions or case statements?
I've gotten stuff to work, but I don't really understand why and was looking for a little more information.