Add Nil constructor and tests
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -70,3 +70,4 @@ println(Bool("true"))
|
||||
println(Bool(1))
|
||||
println(Bool(1.0))
|
||||
println(Bool(true))
|
||||
println(Bool(nil))
|
||||
|
||||
Reference in New Issue
Block a user