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
b8675e2d9143391170c6c5b6e0241cb092b12f8e
wren
/
test
/
limit
/
interpolation_nesting.wren
T
2 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Simple string interpolation.
2015-11-11 07:55:48 -08:00
System.print("0 %("1 %("2 %("3 %("4 %("5 %("6 %("7 %(8)")")")")")")")") // expect: 0 1 2 3 4 5 6 7 8
Reference in New Issue
Copy Permalink