-module t. -export[m/0]. m()->S=string,g(S:tokens(io:get_chars('',99)," ")++[S:copies(" ",50)]). g([[A|B]|C])->io:format([A]),g(C++[B]);g(_)->0.