\def\abcd{abcd}
\def\efgh{efgh}
\def\ijkl{ijkl}
\def\rotandshow{
\show\lst
\llt@rot{\lst}
\show\lst
\show\llt@car}

\def\lst{}
\llt@cons{\ijkl}{\lst}
\llt@cons{\efgh}{\lst}
\llt@cons{\abcd}{\lst}
\rotandshow
\def\lst{}
\llt@cons{\efgh}{\lst}
\llt@cons{\abcd}{\lst}
\rotandshow
\def\lst{}
\llt@cons{\abcd}{\lst}
\rotandshow
\def\lst{}
\rotandshow