Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Vectors -- Keyboard shortcut: 'p'  Next page: Definitions [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Expressions, Types, and Functions - slide 29 : 46

Strings
String is an array-like data structure of fixed size with elements of type character.
Like lists, strings are important for many practical purposes, and it is therefore important to familiarize yourself with the string functions in Scheme