INTEGER() function command
Publié : jeu. nov. 29, 2018 2:11 pm
Hello BP, to give similarity to the Python syntax, please overload the INTEGER command
integer() as a function synonym of expr() and iPart() cmd
example
integer("42") [enter] 42
integer("1.25") [enter] 1
I note that the float command does operate in this way =)
float("3.14") [enter] 3.14
float(10) [enter] 10.0
integer() as a function synonym of expr() and iPart() cmd
example
integer("42") [enter] 42
integer("1.25") [enter] 1
I note that the float command does operate in this way =)
float("3.14") [enter] 3.14
float(10) [enter] 10.0