What makes the Bash display function recursive?
display
It invokes display again from within its own body.
It contains a for loop.
for
It calls echo on a positional parameter.
echo
It is declared with the function keyword.
function