This website requires JavaScript.
Explore
Help
Sign In
Sun
/
sunlang
Watch
1
Star
0
Fork
You've already forked sunlang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
f8695b14e3
sunlang
/
tests
/
test_interpolation.sun
5 lines
98 B
Plaintext
Raw
Blame
History
print("Hello " + "World");
var name = "Sun";
print("Hello ${name}!");
print("Value: ${10 + 20}");
Reference in New Issue
View Git Blame
Copy Permalink