-module(u). -export([m/0]). m()->S=io:get_line(''),S>"e"orelse(S>"a"orelse g([X-32||X<-tl(S)]))>m(). g([A,B,C,D|T])->io:put_chars(<>),g(T);g(_)->0>1.