RosettaCodeData/Task/String-length/PureBasic/string-length-1.basic
2023-07-01 13:44:08 -04:00

1 line
38 B
Text

a = Len("Hello World") ;a will be 11