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

3 lines
87 B
Text
Raw Permalink Normal View History

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