truncate number () is a operators expansion reporter block that floors the inputted number.

Workaround

[floor v] of () can be used achieve the same effect as this block.

truncate number (2.5)::operators reporter //2
[floor v] of (2.5) //2