X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Flanguage.texi;h=d117a0eeb0e2cd75d7aa5ec03b6c495ee5a6d384;hb=1beb9fbbe465dc30bc8f913b3dc90680494d38d9;hp=19c9a6b9dc72593d76ec80ba7ba4722bf71e3772;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/doc/language.texi b/doc/language.texi index 19c9a6b9dc..d117a0eeb0 100644 --- a/doc/language.texi +++ b/doc/language.texi @@ -112,8 +112,7 @@ significant inside strings. Strings can be concatenated using @samp{+}, so that @samp{"a" + 'b' + 'c'} is equivalent to @samp{'abc'}. Concatenation is useful for -splitting a single string across multiple source lines. The maximum -length of a string, after concatenation, is 255 characters. +splitting a single string across multiple source lines. Strings may also be expressed as hexadecimal, octal, or binary character values by prefixing the initial quote character by @samp{X},