CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Character String Types
Values are sequences of characters
Design issues:
Is it a primitive type or just a special kind of array?
Is the length of objects fixed or variable?
Operations:
Assignment
Comparison (=, >, etc.)
Concatenation
Substring reference
Pattern matching