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
42b32acef40304cf1be71580c38e248c606454d5
wren
/
test
/
class
/
new.wren
T
5 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add
is
operator for type checking and refactor primitives registration
2013-11-08 01:07:32 +00:00
class Foo {}
var foo = Foo.new
io.write(foo is Foo) // expect: true
Reference in New Issue
Copy Permalink