【
Top
/
AppleScript
/
Dictionary
】 [
Index
|
Contents
]
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
グループ化演算子
●
()
ハンドラ等
●
continue
●
global
●
local
●
on(命令ハンドラ)
●
on(利用者定義1)
●
on(利用者定義2)
●
on(利用者定義3)
(10.9)
●
parent
●
property
●
return
●
script
命令
●
copy
●
count
●
get
●
set
単純値
●
boolean
(真偽値)
●
class
(クラス識別子)
●
constant
(定数)
●
data
(データ)
●
date
(日付)
●
integer
(整数)
●
number
(数値)
●
real
(実数)
●
unit
(単位)
●
version
(バージョン)
●
script
(スクリプトオブジェクト)
●
handler
(ハンドラ)
●
missing value
(未設定)
●
null
(未設定)
複合値
●
string
(文字列)
●
Unicode text
(ユニコード)
●
list
(リスト)
●
linked list
(リスト)
●
record
(レコード)
参照
●
reference
(参照)
●
alias
(エイリアス参照)
●
file
(ファイル参照)
●
arbitrary
(任意)
●
every
(全要素)
●
filter
(フィルタ)
●
ID
(ID)
●
index
(番号)
●
middle
(中央)
●
name
(名前)
●
property
(属性)
●
range
(範囲1)
●
range
(範囲2)
●
relative
(相対)
システム変数
●
result
●
date variables
●
math variables
●
text variables
特種記号
●
--(コメント)
●
| |(特殊識別子)
●
«»(未定義)
●
¬(継続記号)
●
the