I installed Erlang 13B and tried to follow the tutorials.
Every time I get to c(tut)
, I get an error instead of (ok, tut)
, so it seems like the
When werl's current working directory is same as the file to be compiled, the filename is given as an argument without the whole path. Otherwise, for eg. Assuming tut.erl is placed at C:\ErLang tutorials, one may try compiling as,
c("C:\\ErLang tutorials\\tut").
Note: