Hello all. This is my first post, so hopefully I can ask a good question.
I’m currently very interested in elm, and want to learn how to define functions over multiple lines in Elm REPL for the windows command prompt, for example:
double 0 = 0
double x = x * 2
However when I hit enter, it only goes to the next line.