Lines Matching refs:atom
59 <dt><atom>long</atom></dt>
62 <dt><atom>double</atom></dt>
65 <dt><atom>string</atom></dt>
68 <dt><atom>long[][]</atom></dt>
71 <dt><atom>double[][]</atom></dt>
74 <dt><atom>string[][]</atom></dt>
77 <dt><atom>any[][]</atom></dt>
78 <dd>for (two-dimensional) arrays of mixed contents. Each <atom>any</atom>
79 will contain a <atom>double</atom> or a <atom>string</atom>, depending on
82 <dt><atom>any</atom></dt>
83 <dd>Depending on the data, a <atom>double</atom>, a <atom>string</atom>,
84 or an <atom>any[][]</atom> will be passed. If no argument is specified in
99 <dt><atom>any[]</atom></dt>
103 element of the sequence will be filled as in the case of <atom>any</atom>
110 <li><atom>long</atom></li>
111 <li><atom>double</atom></li>
112 <li><atom>string</atom></li>
113 <li><atom>long[][]</atom></li>
114 <li><atom>double[][]</atom></li>
115 <li><atom>string[][]</atom></li>
116 <li><atom>any[][]</atom></li>
118 <li><atom>any</atom></li>
127 An <atom>any</atom> return value can contain any of the other types.</p>