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

2 lines
87 B
Text

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