word (382B)
1 # Word 2 3 Finite [sequence] of [letters] 4 5 - [primitive_word] 6 - [twin] 7 8 Quantities: 9 - [length] 10 11 Generalizations: 12 - [data_word] 13 - [dynamic_word] 14 - [infinite_word] 15 16 Operations: 17 - [concatenation] 18 - [primitive_root] 19 - [mirror] 20 21 Special cases: 22 - [palindrome] 23 - [square_word] 24 - [empty_word] 25 26 Up: [formal_language_theory] 27 28 See also: [update_word], [sequence] 29 30 Aliases: words, string, strings