There are a lot of questions on here that are about indentation and I feel like what most people are looking for is something similar to the following.
It would be nice to have some sort of function to call, \indent{}, so that everything sounded by {} was placed one tab length from the left margin.
Also, the ability to call this function inside itself, so that, for instance,
%this is an example of what I am talking about.
\indent{
textbody1
\indent{
textbody2
}
}
resulted in the entirety of textbody2 being one tab unit away from the entirety of textbody1's left margin.
Is this possible?

tabbing? – azetina May 13 '16 at 03:10\begin{quote} ... \end{quote}? – alexis May 13 '16 at 11:45