4 lines
120 B
Text
4 lines
120 B
Text
|
|
fcn isInt(x){ try{x==x.toInt()}catch{False}}
|
||
|
|
var BN=Import("zklBigNum");
|
||
|
|
T(1, 2.0,4.1,"nope",self,BN(5)).apply(isInt);
|