Help for this page
2 <-- printed within the eval() 1 <-- printed outside the eval()
6 <-- printed outside the eval(), but AFTER it has run so $i has +been incremented 61 <-- 6 printed within the eval(), 1 printed outside 6 <-- printed in the next statement outside the eval()