Cryptic Erlang Errors
- by Jim
Okay so I started learning erlang recently but am baffled by the errors it keeps returning. I made a bunch of changes but I keep getting errors. The syntax is correct as far as I can tell but clearly I'm doing something wrong. Have a look...
-module(pidprint).
-export([start/0]).
dostuff([]) -
receive
begin -
io:format("~p~n",…