else
このアクションには引数がありません。
なし
このアクションは、次のプロジェクト項目で使用できます: テストモジュールおよびユーザー定義アクションです。
format hour minute second am/pm
get system time 24 h m s
 
condition
if #h<12
 
text
report おはよう
 
condition
else if #h>12 and h<18
 
text
report こんにちは
 
else
 
text
report こんばんは
 
end if