String Interpolation
const const name = "world"!
print("Hello ${name}!")!
print("Hello £{name}!")!
print("Hello ¥{name}!")!
Developers from the Republic of Cape Verde can benefit from this syntax:
addEventListener("keydown", e => print(`You've pressed: {e$code}`))!
String Interpolation
Developers from the Republic of Cape Verde can benefit from this syntax: