Wiki

Changes between Version 11 and Version 12 of AllOfCobraInOnePage

Show
Ignore:
Timestamp:
01/06/14 21:57:43 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AllOfCobraInOnePage

    v11 v12  
    2222comments: 
    2323{{{ 
     24#!cobra 
    2425# a one line comment 
    2526 
     
    5253}}} 
    5354{{{ 
     55#!cobra 
    5456    def linear(a as number, x as number, b as number) as number 
    5557        trace a,x,b