Difference between revisions of "Talk:Floor"
Jump to navigation
Jump to search
missed a space, that may have had something to do with it
imported>DragoonWraith (test with straight HTML) |
imported>DragoonWraith (missed a space, that may have had something to do with it) |
||
Line 31: | Line 31: | ||
set flooredInt to decimalValue - ( decimalValue % 1 ) | set flooredInt to decimalValue - ( decimalValue % 1 ) | ||
;; 1.9 - 0.9 = 1 | ;; 1.9 - 0.9 = 1 | ||
set decimalValue to 2.0 | set decimalValue to 2.0 | ||
set flooredInt to decimalValue - ( decimalValue % 1 ) | set flooredInt to decimalValue - ( decimalValue % 1 ) |