Lecture overview -- Keyboard shortcut: 'u'  Previous page: List mutators -- Keyboard shortcut: 'p'  Next page: Imperative features in LAML [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    Imperative programming in Scheme - slide 4 : 6

String mutators
A string can be mutated by the string-set! and the string-fill! procedures
There are similar functions that mutate the elements in vectors