-module(helloworld). -export([fac/1,start/0]). fac(N)...
-module(helloworld). -import(io,[fwrite/1]). -export([...
-module(helloworld). -author("TutorialPoint")...
-module(helloworld). -author("TutorialPoint")...
% Erlang模块定义 - helloworld -module(helloworld). -exp...
-module(helloworld). -export([add/1,start/0]). add(X)...
-module(helloworld). -export([add/2,add/3,start/0]). ...
-module(helloworld). -export([start/0]). start() ->...
% 关系运算符 -module(helloworld). -export([start/0]). ...
-module(helloworld). -export([start/0]). start() ->...