Changes between Version 11 and Version 12 of AllOfCobraInOnePage
- Timestamp:
- 01/06/14 21:57:43 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AllOfCobraInOnePage
v11 v12 22 22 comments: 23 23 {{{ 24 #!cobra 24 25 # a one line comment 25 26 … … 52 53 }}} 53 54 {{{ 55 #!cobra 54 56 def linear(a as number, x as number, b as number) as number 55 57 trace a,x,b