You can group commands using either
( list )
or
{ list; }
In the first case, qsh runs list in a subshell environment.
Examples
( ls | grep apple )