comparison man/xemacs/custom.texi @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents e45d5e7c476e
children 11cf20601dec
comparison
equal deleted inserted replaced
256:19076a51efde 257:65c19d2020f7
1589 @item Numbers 1589 @item Numbers
1590 Integers are written in decimal, with an optional initial minus sign. 1590 Integers are written in decimal, with an optional initial minus sign.
1591 1591
1592 If a sequence of digits is followed by a period and another sequence 1592 If a sequence of digits is followed by a period and another sequence
1593 of digits, it is interpreted as a floating point number. 1593 of digits, it is interpreted as a floating point number.
1594
1595 The number prefixes @samp{#b}, @samp{#o}, and @samp{#x} are supported to
1596 represent numbers in binary, octal, and hexadecimal notation (or radix).
1594 1597
1595 @item Strings 1598 @item Strings
1596 Lisp string syntax is the same as C string syntax with a few extra 1599 Lisp string syntax is the same as C string syntax with a few extra
1597 features. Use a double-quote character to begin and end a string constant. 1600 features. Use a double-quote character to begin and end a string constant.
1598 1601