Komentar satu baris

// create a variable 
var name = "Cartman"

// print the value
print(name)
SAMER SAEID