10.14.7 Pred
Predは、指定された変数を1減少させて返します。
入力パラメータ
なし
例
If (#Previous = #Current.Pred)
上記の例は、以下の例と同等です。
If (#Previous = #Current - 1)
10.14.7 Pred
Predは、指定された変数を1減少させて返します。
入力パラメータ
なし
例
If (#Previous = #Current.Pred)
上記の例は、以下の例と同等です。
If (#Previous = #Current - 1)