string-ref -- r7rs Definition
§

Kind
§

accessor;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(string-ref string k)

Domain: It is an error if k is not a valid index of string.

The string-ref procedure returns character k of string using zero-origin indexing.

Note: There is no requirement for this procedure to execute in constant time.


The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§