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

3 lines
88 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();