Changes between Version 80 and Version 81 of VincentFAQ
- Timestamp:
- Aug 23, 2006, 12:25:38 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentFAQ
v80 v81 283 283 284 284 285 === Should I be able to create a conditional apply_pattern using a macro? === 286 287 This is an exemple that you could inspire you tu put within your requirements file : 288 289 {{{ 290 -------------------------------------------------------- 291 pattern my_pattern my_arguments 292 293 macro do_my_pattern "my_pattern" \ 294 dont_do "" 295 296 apply_pattern $(do_my_pattern) 297 -------------------------------------------------------- 298 }}} 299 300 301 285 302 == developers FAQ == 286 303
