VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@FSUB
Windows ✓Linux ✓macOS ⏳
Syntax
@FSUB(<value1>,<value2>)
Description
This function returns the difference of its two arguments: <value1> - <value2>, which may be floating-point numbers.
OK
Unchanged.
Example
%F = @FSUB(%A,%B)
See a more advanced example...