A simple test follows:
${message}
Now iterate over a list:
${item}
Now iterate again:
${item_index}. ${item}
Iterate over a list in a hash:
Now test the list and foreach keywords...
${in}
${as}