Algosim documentation: string

string

Obtains a textual representation of an object.

Syntax

Description

If X is any object, then string(X) returns a textual representation of X. Typically, the format is optimised for maximum precision and high compatibility with external parsers. However, if X is an object that has no natural textual representation (e.g. a pixmap or an audio clip), string(X) might return a textual summary instead.

In general:

Specifically:

See also