予約語

 

CRS言語では以下のキーワードが予約されています。これらのキーワードを変数やオブジェクト名などに利用することはできません。

 

記号

//      ^       +       -       *       /       %       =

&       &&      &=      |       ||      ++      +=      --

-=      *=      /=      %=      ==      ==&     !       !=

!=&     <       <=      <<      >       >>      >=      ?

[       ]       (       )       {       }       ,       .

;       :       #       ~            

 

 

キーワード

catchevent      peekevent       break           case

catch           continue        default         delete

do              else            finally         for

function        if              in              instanceof

new             return          switch          this

throw           try             typeof          var

void            while           with            abstract

as              class           const           export

extends         false           final           implements

import          interface       is              namespace

null            package         private         public

static          super           true            use

debugger        enum            goto            native

protected       synchronized    throws          transient

volatile

 



「オンラインマニュアル」一覧へ戻る
「Bizの宝箱」TOPへ戻る