OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

`floor()` not implemented

Open ZeWaka opened this issue 1 year ago • 0 comments

the value of x, rounded down to the nearest integer; this is an alias for round(x) with no second argument

In my opinion, this could just be done via the compiler since it's an alias.

https://www.byond.com/docs/ref/#/proc/floor

ZeWaka avatar Oct 25 '22 19:10 ZeWaka