array builtins
This commit is contained in:
@@ -15,3 +15,6 @@ func (n *Null) Equal(other Object) bool {
|
||||
_, ok := other.(*Null)
|
||||
return ok
|
||||
}
|
||||
func (n *Null) Less(other Object) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user