1 2 3 4 5 6 7 8 9
%%---10--|----20---|----30---|----40---|----50---| -module(long_string). -export([hello/1]). hello(A) -> io:format("> hello hello hello hello hello: ~p", [A]).