Basic

表・解説

演算優先順位
値の変換表
ファイルのパス
利用者定義ハンドラ

オブジェクト等

●AppleScript
●progress(10.10)
●current application
●it
●me
●parent
●application
●machine
●zone

制御文

●considering
●error
●exit
●if〜then
●repeat
●tell
●try
●use(10.9)
●using terms from(9.0)
●with timeout
●with transaction

算術演算子

●+ (加算)
●- (減算)
●/ (徐算)
●* (乗算)
●^ (べき乗)
●div
●mod

論理演算子

●and
●not
●or

結合演算子

●& (結合)

型変換演算子

●a reference to
●as

比較演算子

●> (より大きい)
●< (より小さい)
●>= (以上)
●<= (以下)
●= (等しい)
●/= (等しくない)

包含演算子

●contain
●does not contain
●does not end with
●does not start with
●end with
●is in
●is not in
●start with

グループ化演算子

●()