Created
March 25, 2010 22:17
-
-
Save azmfaridee/344203 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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