Wiki

Changes between Version 2 and Version 3 of NumericFor

Show
Ignore:
Timestamp:
11/22/10 20:04:58 (14 years ago)
Author:
todd.a
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NumericFor

    v2 v3  
    2626== Examples == 
    2727{{{ 
     28#!cobra 
    2829  for i in 1:10 
    2930     print i   # prints values 1,2,3,4,5,6,7,8,9