bichanna / slap

🖐 A dynamically- and strongly-typed, object-oriented programming language
https://bichanna.github.io/slap/
MIT License
33 stars 0 forks source link

String interpolation #46

Closed bichanna closed 2 years ago

bichanna commented 2 years ago
let adj = "awesome";
println("This is so $(adj)!!!");