RosettaCodeData/Task/String-length/JudoScript/string-length-2.judo

3 lines
87 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
//Store length of hello world in length and print it
. length = "Hello World".length()