repeat
これは repeat と until の間の処理のループの開始を示します。
このアクションには引数がありません。
なし
このアクションは、次のプロジェクト項目で使用できます: テストモジュールおよびユーザー定義アクションです。
name value
local variable temp count 1
 
repeat
text
report # temp count
 
name value
local variable temp count #temp count+1
 
condition to stop
until #temp count=2
- ビルトインアクション exit loop は、通常の終了前に repeat/until ループから脱出するために使用できます。