If you're familiar with WebForms, it's very similar to the difference between <%= %> (or <%: %>) and <% %>. The former is evaluated then outputted to the page, the latter is a block of code that can do whatever it needs (but isn't written to the page).