npt-japanese

% Function ARITHMETIC-ERROR-OPERANDS, ARITHMETIC-ERROR-OPERATION

UP


Function ARITHMETIC-ERROR-OPERANDS, ARITHMETIC-ERROR-OPERATION

Function ARITHMETIC-ERROR-OPERANDS, ARITHMETIC-ERROR-OPERATION

構文

arithmetic-error-operands condition => operands
arithmetic-error-operation condition => operation

引数と戻り値

condition - 型arithmetic-errorのコンディション
operands - リスト
operation - 関数指定子

定義

arithmetic-error-operandsは通知されたconditionにおいて 問題のある呼び出し内の処理で使われてたオペランドのリストを返却します。

arithmetic-error-operationは通知されたconditionにおいて 問題のある呼び出し内の、問題のある処理を返却します。

例文

なし。

副作用

なし。

影響

なし。

例外

なし。

参考

arithmetic-error, 9. コンディション

備考

なし。


TOP, Github