%%%------------------------------------------------------------------- %%% @author bin.shen %%% @copyright (C) 2016, %%% @doc %%% %%% @end %%% Created : 29. Nov 2016 9:46 AM %%%------------------------------------------------------------------- -module(test). -author("bin.shen"). %% API -export([init/0]). init() -> A = <<1,2>>, B = <<3,4,5>>, C = <>, io:format("~p~n", [C]).