Home | History | Annotate | Download | only in doc

Lines Matching full:accesses

487 the result is "<code>"c a b"</code>. The <code>[3]</code> index accesses the third formatting
488 argument, which is <code>'c'</code>, <code>[1]</code> accesses the first, <code>'a'</code>,
489 and then the next fetch accesses the argument following that one, <code>'b'</code>.