[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:296

From: Minero Aoki <aamine@l...>
Date: Sun, 07 Jan 2007 14:50:17 +0900 (JST)
Subject: [ruby-reference-manual:296] Re: comparison at #@if

青木です。

  In mail "[ruby-reference-manual:290] comparison at #@if"
  sheepman <sheepman@s...> wrote:

> こんにちは、sheepman です。
> 
> プリプロセッサーの、バージョン比較 #@if に関してです。
> 
> るりまWikiには、
> 
> 『条件式の評価はテキトーなので、比較式 (>= とか == とか) しか使えません。』
> 
> と書かれています。が、現在では、他の比較式 (<, >,...)も使えるんですよね。
> もう使っちゃってますが。

はい。<, >, ... も値の比較演算子だよねーということで
記述を省略していますが、使っても大丈夫です。いまのところ、

  * ==
  * !=
  * >=
  * <=
  * <
  * >

が使えるようです。

--
青木峰郎

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]

       290 2007-01-07 04:41 [sheepman@s...       ] comparison at #@if                      
->     296 2007-01-07 06:50 ┗[aamine@l...         ]