Go to the first, previous, next, last section, table of contents.


コンマ演算子

二項演算子の "," はコンマ演算子です。スカラコンテキストでは、その左引数 を評価し、その値を捨てて、それから右引数を評価し、その値を返します。これ はちょうど、C のコンマ演算子と同じです。

リストコンテキストでは、これは単にリスト引数の区切り文字で、双方の引数を そのリストに挿入する働きがあります。


Go to the first, previous, next, last section, table of contents.

検索式: