Erlang二进制is_binary()函数

-module(helloworld). 
-export([start/0]). 

start() -> 
   io:fwrite(~p~n,[is_binary(<<1,2,3>>)]).

相关文章

-module(helloworld). -export([start/0]). start() ->...
-module(helloworld). -export([start/0]). start() ->...
-module(helloworld). -export([start/0]). start() ->...
-module(helloworld). -export([start/0]). start() ->...
-module(helloworld). -export([add/2,start/0]). add(X,...
% Erlang整数 -module(helloworld). -export([start/0]). ...