ID:2828603
 
Resolved
A new %% operator, and %%= as its companion, allows modulo to be done with fractional operands. The old % operator always truncates the operands to integers, and that behavior remains the same for backwards compatibility.
Applies to:DM Language
Status: Resolved (515.1590)

This issue has been resolved.
Stub for the %% operator
Lummox JR resolved issue with message:
A new %% operator, and %%= as its companion, allows modulo to be done with fractional operands. The old % operator always truncates the operands to integers, and that behavior remains the same for backwards compatibility.