Changes between Version 18 and Version 19 of Perl


Ignore:
Timestamp:
10/26/06 00:55:20 (18 years ago)
Author:
atzm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Perl

    v18 v19  
    448448 
    449449== ステップつきスライス == 
    450  * つまるところ Python での {{{list[start:end:step]}}}.ただし Python のように step に負値は入れられない. 
     450 * つまるところ Python での {{{list[start:end:step]}}}.ただし Python のように step に 0 以下の値を入れられない. 
    451451{{{ 
    452452#!perl