-module r. -export[m/0]. m()->case file:read_file("a")of{ok,S}->io:format(S);_->0end,file:write_file("a",io:get_chars('',2000)).