Changes between Version 3 and Version 4 of IfDirective
- Timestamp:
- 01/10/13 02:20:36 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IfDirective
v3 v4 40 40 }}} 41 41 42 And undefining symbols: 43 {{{ 44 cobra -undefine:FOO ... 45 }}} 46 47 Or in code: 48 {{{ 49 #!cobra 50 @undefine FOO 51 }}} 52 42 53 == Automatic Symbols == 43 54 … … 73 84 74 85 * Could methods return various kinds of objects instead of just strings? For example, a Version object that does the right thing for comparisons. 86 * Do we really need access to environment variables? We already have -define. 75 87 76 88 == Implementation ==