set-string-nth ( ch n string -- )


Vocabulary
strings.private

Inputs
cha character
na fixnum
stringa string


Outputs
None

Word description
Unsafe string mutator, used to define set-nth on strings.

Warning
This word is in the strings.private vocabulary because it does not perform type or bounds checking. User code should call set-nth instead.


Definition