Difference between revisions of "String"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
A string is a text data. String values are enclosed in quotes when you define them. | A string is a text data. String values are enclosed in quotes when you define them. You can use every letter or number in a string! | ||
String examples: | String examples: | ||
"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!" | "Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!" |
Revision as of 03:12, 16 February 2007
A string is a text data. String values are enclosed in quotes when you define them. You can use every letter or number in a string!
String examples:
"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!"