"is" operator.

This commit is contained in:
Bob Nystrom
2013-11-07 17:07:32 -08:00
parent 55e433f980
commit 166d74930f
8 changed files with 140 additions and 79 deletions
+4
View File
@@ -0,0 +1,4 @@
class Foo {}
var foo = Foo.new
io.write(foo is Foo) // expect: true