3 lines
60 B
Vala
3 lines
60 B
Vala
|
|
string s = "Hello, world!";
|
||
|
|
int characterLength = s.length;
|