OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

` %%` and `%%=` operators not implemented

Open ZeWaka opened this issue 1 year ago • 0 comments

This is a newer version of the % operator that supports all numbers, not just integers. It is equivalent to B * fract(A / B). The % operator does the same thing, but truncates A and B to integers first.

https://www.byond.com/docs/ref/#/operator/%25%25 https://www.byond.com/docs/ref/#/operator/%25%25=

ZeWaka avatar Oct 25 '22 17:10 ZeWaka