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
e8d17172f4b2b985be16dfd1fa0aeba3c2c17167
wren
/
test
/
core
/
string
/
not.wren
T
3 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(!"s") // expect: false
System.print(!"") // expect: false
Reference in New Issue
Copy Permalink