I try to define a local list of strings, where some of the strings contain ampersands (&). Unfortunately, it seems the ampersand has unintendend consequences in this case. For example:

local firms "schauster & sons"

seems to define "schauster" and "sons" as seperate words instead of just one word. How can I avoid this?