All Manuals > LispWorks User Guide and Reference Manual > 40 The LISPWORKS Package

NextPrevUpTopContentsIndex

sbchar

Function
Summary

The accessor for simple base strings.

Package

lispworks

Signature

sbchar string index => value

Arguments

string

A simple-base-string.

index

An index.

Values

value

The character in string at index.

Description

This is the accessor for simple base strings. setf is allowed.

See also

simple-base-string


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex