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 1
and
Version 2
of
Shell
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/19/06 14:36:35 (
19 years
ago)
Author:
atzm
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Shell
v1
v2
110
110
result: cleaned
111
111
}}}
112
113
=== 適当な説明 ===
114
* run() の第 1 引数が最終的に呼びたい関数名です
115
* run() の第 2 引数はチェーンの一番最初の関数の引数として渡されます
116
* 前の関数の標準出力が次の関数の引数にセットされます
117
* デバッグ目的などで各関数内で標準出力に何かを吐くとおかしなことになるので標準エラー出力を使いましょう (書いてる時自分ではまりました)