RosettaCodeData/Task/String-length/JudoScript/string-length-1.judo
2023-07-01 13:44:08 -04:00

2 lines
88 B
Text

//Store length of hello world in length and print it
. length = "Hello World".length();