Update.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// retoor <retoor@molodetz.nl>
|
||||
|
||||
System.print(Num.e > 2.718) // expect: true
|
||||
System.print(Num.e < 2.719) // expect: true
|
||||
System.print(1.log == 0) // expect: true
|
||||
Reference in New Issue
Block a user