此命令用于显示字符串值的长度。
str.length
没有
字符串的长度。
/* Main program */ value ='null' say value.length
当我们运行上述程序时,我们将得到以下结果。
4