> <pre> > > if ( you_have_code_to_embed() ) { > wrap_it_in_a_pre_block_and_get_on_with_your_life(); > } > > </pre>
<pre> for(i = 0; i < 10; i++) { puts("Hey! Where'd my code go?"); if(!you_can_see_this()) break; } if(i>=10) puts("Oh, there it is!"); </pre>