式言語


例:@DoWhile
このエージェントは、[Categories] フィールドの要素を 1 つずつ表示します。

@If(@Elements(Categories) = 0; @Return(0); "");
n := 1;
@DoWhile(
@Prompt([OK]; "Category " + @Text(n); Categories[n]);
n := n + 1;
n <= @Elements(Categories)

)

関連項目