Wiki

Changes between Version 3 and Version 4 of IfDirective

Show
Ignore:
Timestamp:
01/10/13 02:20:36 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IfDirective

    v3 v4  
    4040}}} 
    4141 
     42And undefining symbols: 
     43{{{ 
     44cobra -undefine:FOO ... 
     45}}} 
     46 
     47Or in code: 
     48{{{ 
     49#!cobra 
     50@undefine FOO 
     51}}} 
     52 
    4253== Automatic Symbols == 
    4354 
     
    7384 
    7485 * 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. 
    7587 
    7688== Implementation ==