start | all-pages
stringaccesscharacters
To read a specific character, pass a pointer to the string and
the offset to +s:fetch :
'Hello! #2 a:fetch
To store a character into an array, pass the value, a pointer to
the string, and the offset to +s:store :
$T 'there_is_a_wall #1 s:store