Skip to content

Instantly share code, notes, and snippets.

@azmfaridee
Created March 25, 2010 22:17
Show Gist options
  • Save azmfaridee/344203 to your computer and use it in GitHub Desktop.
Save azmfaridee/344203 to your computer and use it in GitHub Desktop.
<def-macro n="f_bcond" npar="2"><!--Per mirar si el blanc conté o no format -->
<choose>
<when>
<test>
<not>
<equal>
<b pos="1"/>
<lit v=" "/>
</equal>
</not>
</test>
<out>
<b pos="1"/>
</out>
</when>
</choose>
</def-macro>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment