String is the general programming term for a piece of text. In Hoon, there are two main kinds of strings: cords and tapes. A cord (and its sub-sets knot and term) is UTF-8 text in a single atom. A tape is a list of single UTF-8 characters.
Further Reading
- Strings guide: A guide to strings in Hoon.