J
jianmingyong
Guest
<Math.isint()> does not seem to work.
What I expected to happen:
<Math.isint(5.5)> => Return False.
What actually happened:
<Math.isint(5.5)> => Return True.
Steps to reproduce:
What I expected to happen:
<Math.isint(5.5)> => Return False.
What actually happened:
<Math.isint(5.5)> => Return True.
Steps to reproduce:
Code:
version=2
@Text.show(<Math.isint(5.5123)>)
:end