Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Test-integerness/Zkl/test-integerness-1.zkl
Normal file
1
Task/Test-integerness/Zkl/test-integerness-1.zkl
Normal file
|
|
@ -0,0 +1 @@
|
|||
T(1, 2.0,4.1,"nope",self).apply((1).isType)
|
||||
3
Task/Test-integerness/Zkl/test-integerness-2.zkl
Normal file
3
Task/Test-integerness/Zkl/test-integerness-2.zkl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue