RosettaCodeData/Task/String-length/JudoScript/string-length-2.judo
2013-04-11 11:14:19 -07:00

2 lines
87 B
Text

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