if( ) 115 B

1234567
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : if( )
  3. #key : if
  4. # --
  5. if (${1:condition}) {
  6. $0
  7. }