Difference between revisions of "String"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
String examples: | String examples: | ||
"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!" | <pre> | ||
"Hello Avatar!", "Yes", "No", "It's 10 o'clock.", "I am 21 years old!"</pre> |
Revision as of 03:17, 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!"