Changeset 2163 for trunk/kBuild/doc/QuickReference-kmk.txt
- Timestamp:
- Dec 30, 2008, 1:57:13 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/doc/QuickReference-kmk.txt
r2161 r2163 482 482 483 483 484 (Mostly) BooleanFunctions:484 Boolean and Conditional Functions: 485 485 486 486 Condition is false if the ``condition`` evaluates to an empty string … … 521 521 Same as ``$(if )`` execpt that the condition is a ``kmk`` expression:: 522 522 523 $(if kmk-expression,true-part[,false-part]) 523 $(if-expr kmk-expression,true-part[,false-part]) 524 525 Select the first true condition (``kmk`` expression) and expand the 526 following body. Special condition strings ``default`` and ``otherwise``:: 527 528 $(select when1-cond, when1-body[, whenN-cond, whenN-body]) 524 529 525 530 Evalutate the ``kmk`` expression returning what it evalues as. This is
Note:
See TracChangeset
for help on using the changeset viewer.