view etc/images/gnus/save-aif.xpm @ 60044:d1e94109daa4

(Printed Representation): Clarify read syntax vs print. (Floating Point Type): Explain meaning better. (Symbol Type): Explain uniqueness better. (Cons Cell Type): Explain empty list sooner. CAR and CDR later. List examples sooner. (Box Diagrams): New subnode broken out. Some examples moved from old Lists as Boxes node. (Dotted Pair Notation): Clarify intro. (Array Type): Clarify. (Type Predicates): Add hash-table-p.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Feb 2005 10:22:36 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * save_aif_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #999999999999",
"X	c #E1E1E0E0E0E0",
"o	c #C7C7C6C6C6C6",
"O	c #000000000000",
"+	c #FFFFFFFFFFFF",
"                        ",
"                        ",
"       .............    ",
"       .XXXXXXXXXX.X..  ",
"       .XXXXXXXXXX.XX.  ",
"       .XXXXXXXXXX....  ",
"       .XXXXXXXXXXooo.  ",
"       .XXXXXXXXXXXXX.  ",
"       .XXXXXXXXXXXXX.  ",
"       .XXXXXXXXXXXXX.  ",
" OOOOOOOOOOOOOOXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..OOOOOOOOO.OXXXXXX.  ",
" O............OXXXXXX.  ",
" O............OXXXXXX.  ",
" O..OOOOOOOOO.O.......  ",
" O..OoooooO++.O         ",
" O..OoooooO++.O         ",
"  O.OoooooO++.O         ",
"   OOOOOOOOOOOO         "};