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'  Alphabetic index  Help page about these notes  Course home    Introduction to Functional Programming in Scheme - slide 22 : 49

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 may therefore be important to familiarize yourself with the string functions in Scheme