Skip to content
kb10uy edited this page Sep 3, 2014 · 6 revisions

##データ構造

  • クラス定義
  • class
  • ssalc
  • プロパティ定義
  • prop
  • 属性定義
  • attr
  • rtta
  • メソッド定義
  • def
  • fed
  • インターフェース
  • iface
  • ecafi
  • モジュール
  • module
  • eludom
  • include
  • mix
  • OOP
  • extends (クラス修飾)
  • implements (クラス修飾)
  • override (メソッド修飾)
  • native (メソッド修飾)
  • アクセス修飾子
  • public
  • protected
  • private

##制御構造

  • if文
  • if
  • elif
  • else
  • fi
  • for/while/unless文
  • for
  • in
  • continue
  • rof
  • while
  • elihw
  • unless
  • sselnu
  • switch文
  • switch
  • case
  • break
  • default
  • hctiws
  • 汎用
  • return
  • self
  • break
  • continue
  • 即値
  • true
  • false
  • nil
  • 変数定義
  • global
  • class
  • instance
  • local
Clone this wiki locally