comments
This commit is contained in:
@@ -26,7 +26,7 @@ const (
|
||||
CLOSURE_OBJ = "CLOSURE"
|
||||
)
|
||||
|
||||
// Mutable is the interface for all immutable objects which must implement
|
||||
// Immutable is the interface for all immutable objects which must implement
|
||||
// the Clone() method used by binding names to values.
|
||||
type Immutable interface {
|
||||
Clone() Object
|
||||
|
||||
Reference in New Issue
Block a user