Ticket #22324

or演算子の挙動について

Eröffnet am: 2010-06-30 12:31 Letztes Update: 2010-08-17 18:45

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

or演算子(||)を用いるとすべてtrueが返ってくる

Konoha 0.7(aomori) source (rev:1581, Jun 29 2010 17:39:41)
[GCC 4.0.1 (Apple Inc. build 5490)] on macosx_32 (32, UTF-8)
Options: rcgc thread used_memory:193 kb
SECURITY ALERT: ** FOR EVALUATION USE ONLY IN DEVELOPMENT **

>>> false || false
true
>>> true || true
true
>>> false || true
true
>>> true || false
true
>>> !true || !true
true
|| をorに置き換えても同様でした

Ticket-Verlauf (2/2 Historien)

2010-06-30 12:31 Aktualisiert von: mkato06
  • New Ticket "or演算子の挙動について" created
2010-08-17 18:45 Aktualisiert von: imasahiro
  • Lösung Update from Keine to Gefixt
  • Status Update from Offen to Geschlossen
  • Ticket Close date is changed to 2010-08-17 18:45

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden