Initial support for classes in scripts and REPL
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
>>> object Empty
|
||||
>>> "Empty" in Empty.toString()
|
||||
true
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
>>> object Empty
|
||||
>>> "Empty" in Empty.toString()
|
||||
true
|
||||