Changes between Version 35 and Version 36 of ContractReduction


Ignore:
Timestamp:
12/09/15 13:16:34 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContractReduction

    v35 v36  
    192192
    193193{{{
    194 $guard bool-expr
    195 }}}
    196 
    197 If missing, the default is to go the library enabler for the guard.  If the library enabler does not specify a guard, it defaults to `$true`.
     194guard bool-expr
     195}}}
     196
     197If missing, the default is to go the library enabler for the guard.  If the library enabler does not specify a guard, it defaults to `true`.
    198198
    199199==  Examples ==