# # Example 18-18 # Generating a table with html::foreach. # [html::foreach {product price} { T-Shirt $10.00 YoYo $7.50 Footbag $15.00 } { }
$product $price