Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

string

You are here: irt.org | FOLDOC | string

<programming> (Or "character string") A sequence of characters.

Most programming languages consider characters and strings (e.g. "124:shabooya:\n", "hello world") to be distinct from numbers, which are typically stored in fixed-length binary or floating-point representation.

A bit string is a sequence of bits.

(2015-11-29)

Nearby terms: strict « strict evaluation « strided « string » String EXpression Interpreter » stringly typed » STring Oriented Interactive Compiler

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb