This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
325bb281a5b3af18417500ebf14f78cc3fd3f7d6
wren
/
test
/
class
/
new.wren
T
5 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
"is" operator.
2013-11-07 17:07:32 -08:00
class Foo {}
var foo = Foo.new
io.write(foo is Foo) // expect: true
Reference in New Issue
Copy Permalink