Returns the length of a string.
1 2
printf("%g\n", strings.length("hello")) // 5 printf("%g\n", strings.length("")) // 0