Search:
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 18
and
Version 19
of
Perl
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/26/06 00:55:20 (
18 years
ago)
Author:
atzm
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Perl
v18
v19
448
448
449
449
== ステップつきスライス ==
450
* つまるところ Python での {{{list[start:end:step]}}}.ただし Python のように step に
負値は
入れられない.
450
* つまるところ Python での {{{list[start:end:step]}}}.ただし Python のように step に
0 以下の値を
入れられない.
451
451
{{{
452
452
#!perl