word (364B)
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 15 Operations: 16 - [concatenation] 17 - [primitive_root] 18 - [mirror] 19 20 Special cases: 21 - [palindrome] 22 - [square_word] 23 - [empty_word] 24 25 Up: [formal_language_theory] 26 27 See also: [update_word], [sequence] 28 29 Aliases: words, string, strings