while testing the documentation build i discovered that StringType was
defined as string(width), however the actual implementation appears to
require string(minwidth..maxwidth):
> string(8) foo;
Compiler Error: 1:parse error, unexpected `')'', expecting `TOK_DOT_DOT'
or `TOK_DOT_DOT_DOT'
Compiler Error: 1:Expected integer range.
now i find references to string(width) in the documentation, which
i guess should be changed, but to what?
string(0..8) or string(0..255) or?
greetings, martin.