RosettaCodeData/Task/String-length/Vala/string-length.vala

3 lines
60 B
Vala

string s = "Hello, world!";
int characterLength = s.length;