Next: , Previous: , Up: The Poke Language   [Contents][Index]


18.3 Strings

Poke supports a notion of strings which is very similar to the C programming language: a string value is a sequence of characters that is terminated by the so-called null character.

The standard library provides functions which process strings. See String Functions.