code register log in programs messages download about privacy terms french production
home / documentation / Object
examples
object new
input
Object.new
result
nothing
array not equal dictionary
input
[] != {}
result
true
not strictly equal
input
1 !== true
result
true
list new equal empty array
input
List.new == []
result
true
dictionary new strictly equal empty dictionary
input
Dictionary.new === {}
result
true
class functions
instance functions