ソラマメブログ

2009年03月01日

演算子の優先順位について

あ~ やっぱり ビット演算子 より 比較演算子 の方が 優先順位 高いわけね
-----
と またまた バグ取り してたわけなんだが
-----
一体全体 どうなってるんだろう と調べてみると
-----
4 26オフィスアワーの報告 iNNX ブログ
-----

-----
このような演算順序については明確な記述がwikiにもあるのかもしれません。(演算子のページには記述はありませんでした。)
-----
と... ないんだ
-----
[JIRA] Commented (SVC-818) LSL comparison operators evaluate in reverse order (and execute code which doesn't need to be execut
-----

-----
It's too late to introduce short-circuiting to LSL, it would break a huge amount of content. It is also too late to change the execution order, it too would break a huge amount of content. The goal of the Mono team is to maintain compatibility with existing scripts.
-----
だろうな~
-----
I'm in the habit these days of writing my code so they are execution order agnostic, LSLEditor which I use for testing is left to right execution order.
-----
へえ LSLEditor って評価できるんだ
-----
Love it or hate it, it's too much hassle to change it. All you can do is document it. Speaking of which, anyone want to write operator tables for LSL? https://wiki.secondlife.com/wiki/LSL_Operators
-----
やっぱり ないのか... でも どっかで見たんだよな~
-----
Ja operators - lslWiki
-----

-----
All operators in order of execution or precedence, from high to low:
-----
と... あ ここで見たんだよな
-----
でも && と || の順はこうじゃないんだよな(というか そもそも 書けないか w)
-----
でも 英語のページ
-----
Operators - lslWiki
-----
には この部分はないしな...

同じカテゴリー(walking のスクリプティング講座)の記事
 プロフィール写真の表示に問題 (2009-11-30 20:55)
 ミニ太陽系 (2009-03-21 06:03)
 関数から文字列を返したら何か問題になる? (2009-03-18 18:02)
 llListFindList って型って関係ないんだったっけ (2009-03-18 14:02)
 夏時間(PDT)の実験 (2009-03-08 22:04)
 15パズルの作り方(その3) (2009-03-08 06:03)
上の画像に書かれている文字を入力して下さい
 
<ご注意>
書き込まれた内容は公開され、ブログの持ち主だけが削除できます。