Skip
Usage
• Skip[stream, type] skips one object of the specified type in an input stream. • Skip[stream, type, n] skips n objects of the specified type.
Notes
• Skip behaves like Read, except that it returns Null when it succeeds in skipping the specified objects, and $Failed otherwise. • New in Version 2.
|