Skip to content
irxground edited this page Sep 21, 2012 · 1 revision

##演算子

  • 四則演算 +, -, *, /, %
  • 等価比較 =, !=
  • 大小比較 <, <=, >=, >
  • ブール演算 &, |, !
  • 文字列結合 ++

データ型

  • Int, Float
  • String
  • Array, Map
Clone this wiki locally