式言語


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

n := 1;
@While(n <= @Elements(Categories);
@Prompt([OK]; "Category " + @Text(n); Categories[n]);
n := n + 1)

関連項目